Render any git repo into a single static HTML page for humans or LLMs. Flatten any GitHub repository into a single, searchable HTML page with syntax highlighting, markdown rendering, and a clean sidebar navigation.
This blog post details a personal code review tool built around `llm` and `git diff`. It describes installation, how it works, how the author uses it, and its advantages over GitHub's Copilot review tool.
git-gpt-commit v0.9.0 is a Git extension that uses OpenAI's GPT models to automatically generate commit messages. New features include support for GPT-4o, language selection, prefix toggle, API key management, and configuration management.
This Github Action allows you to easily integrate OpenAI API into your workflow. With just a few steps, you can use OpenAI's language model to generate responses for your project.
Use git lfs install --skip-smudge to prevent LFS from downloading or cloning files (globally) unless explicitly specified.