feat: Update LLM base URL configuration and enhance model selection logic

This commit is contained in:
JB
2025-10-26 07:57:18 -07:00
parent 6b5255a80d
commit 0259963eb8
4 changed files with 31 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ ABOGEN_GID=1000
# Optional: Seed the web UI with working defaults for the LLM-powered
# text normalization features. Leave these blank to configure everything
# from the Settings page.
ABOGEN_LLM_BASE_URL=https://localhost:11434/v1
ABOGEN_LLM_BASE_URL=http://localhost:11434 # Supply the server root; /v1 is added automatically.
ABOGEN_LLM_API_KEY=ollama
ABOGEN_LLM_MODEL=llama3.1:8b
ABOGEN_LLM_TIMEOUT=45