LLM settings environment-configurable
This commit is contained in:
parent
df2d573d96
commit
1881daea32
3 changed files with 24 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue