fix: update OLLAMA_API_URL to correct endpoint and add OLLAMA_MODEL environment variable

This commit is contained in:
Mabe
2026-06-21 17:37:59 +02:00
parent 2a0379b653
commit 39e2aaecf2
2 changed files with 9 additions and 2 deletions
+4
View File
@@ -12,3 +12,7 @@ OIDC_VERIFY_ISS=true
# Frontend redirect URI
VITE_OIDC_REDIRECT_URI=http://localhost:5173
# Ollama Cloud model name (optional)
# Set to a valid Ollama model for your account, e.g. "llama3" or "gpt-4o-mini".
OLLAMA_MODEL=llama3