LLM settings environment-configurable

This commit is contained in:
2026-04-26 03:16:46 +02:00
parent df2d573d96
commit 1881daea32
3 changed files with 24 additions and 1 deletions

View File

@@ -129,6 +129,12 @@ heuristic generator remains the fallback.
The FastAPI settings object also accepts `llm_provider` and `llm_model`. By
default `llm_provider` is unset, so analysis is fully offline and deterministic.
Environment variables use the `REPO_REGISTRY_` prefix:
```bash
REPO_REGISTRY_LLM_PROVIDER=gemini
REPO_REGISTRY_LLM_MODEL=gemini-2.5-flash
```
## Agent-Facing Endpoints