I Built a GitHub Bot That Reviews My Pull Requests Using a Local LLM
Creation of a GitHub bot that uses a local large language model (LLM) via Ollama to automatically review pull requests. When a PR is opened, the bot receives a webhook, retrieves the code diff using G…