You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONFIGURATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ These are exposed via `GET/POST /api/settings` and the UI:
40
40
|`llm_base_url`| Base URL for chat completions (often ends with `/v1`) |
41
41
|`llm_model`| Model name passed to the LLM API |
42
42
43
-
Defaults in code if unset: see `backend/src/index.ts`for current defaults.
43
+
Defaults if unset (also used by the UI): **`http://127.0.0.1:11434/v1`** and **`llama3.2`** — aligned with **Ollama**’s OpenAI-compatible API on port **11434** (not 8080). See `backend/src/llmDefaults.ts`. Adjust the model to match `ollama list` on your machine (for example `mistral`, `qwen2.5:14b`).
0 commit comments