Replace cloud-based LLM providers (Anthropic/OpenAI) with a local Ollama
sidecar running lightweight quantized models (qwen2.5-coder:1.5b as primary,
phi3:mini as fallback). All generation stays under 60s on CPU, data never
leaves the network, and there are zero API costs.
Updated: architecture diagram, component description, technology choices,
project layout, docker-compose, env vars, and consequences sections.
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Replace cloud-based LLM providers (Anthropic/OpenAI) with a local Ollama sidecar running lightweight quantized models.
Updated sections: architecture diagram, component description, technology choices, project layout, docker-compose, env vars, consequences.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.