Hacker News new | ask | show | jobs
Command Line Tool for Code Reviews with an LLM Model Running Locally with Ollama (geirfreysson.com)
1 points by geirfreysson 499 days ago
1 comments

I'm a bit skeptical about sending all my code to a cloud-based LLM, so I built a command-line tool that does code reviews using local LLMs via Ollama. It can also hook into OpenAI if you prefer (that gives better results tbh).

I've also had fun piping the results into other command-line tools, such as Simon Willison's llm