fix: update OLLAMA_API_URL to correct endpoint and add OLLAMA_MODEL environment variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user