feat(admin): local_llm_base_url live-setzbar (RUNTIME_SETTABLE)
Lokale LLM-Basis-URL ohne Deploy umstellbar — wirkt pro Request, da der Provider je Anfrage aus runtime_settings gebaut wird. Wert unveraendert (localhost Ollama); Heim-Host kann kuenftig per Admin-Live-Config gesetzt werden. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
f875e421de
commit
880383ca5f
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ RUNTIME_SETTABLE: dict[str, tuple[str, str, str]] = {
|
|||
"openrouter_tts_model": ("TTS-Modell (OpenRouter)", "str", "z.B. google/gemini-3.1-flash-tts-preview"),
|
||||
"openrouter_tts_voice": ("TTS-Stimme (OpenRouter)", "str", "z.B. Zephyr, Puck, Kore"),
|
||||
"piper_voice": ("TTS-Stimme (piper)", "str", "z.B. de_DE-thorsten-high"),
|
||||
"local_llm_base_url": ("Lokales LLM (Basis-URL)", "str", "z.B. http://127.0.0.1:11434/v1 (Ollama) oder Heim-Host — wirkt sofort"),
|
||||
"local_llm_system_prompt": ("Systemprompt (lokal)", "str", "Freier Text"),
|
||||
"local_llm_temperature": ("Temperatur (lokal)", "float", "0.0–2.0 — wirkt sofort (kein Neustart)"),
|
||||
"local_llm_top_p": ("Top-p (lokal)", "float", "0.0–1.0 — wirkt sofort (kein Neustart)"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue