fixed env param in docker compose. OLLAMA_API_BASE does not map to OLLAMA anymore

This commit is contained in:
Robert Herzog 2025-10-24 10:03:49 +02:00
parent 7ca647d69a
commit 39b6d739d0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ services:
- OPENAI_API_KEY=${OPENAI_API_KEY:-sk-1234}
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY:-}
- DEEPSEEK_API_KEY=${DEEPSEEK_API_KEY:-}
- OLLAMA_API_BASE=${OLLAMA:-}
- OLLAMA_API_BASE=${OLLAMA_API_BASE:-}
- PROMPT_TOOLKIT_NO_CPR=1
- CAI_STREAM=false