Skip to content

Commit 4fdd084

Browse files
Alexey Panfilovclaude
andcommitted
chore: add OLLAMA_API_KEY to docker-compose and .env.example
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 89bae1b commit 4fdd084

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ DEEPSEEK_API_KEY=your_deepseek_api_key_here
55
GEMINI_API_KEY=your_gemini_api_key_here
66
QWEN_API_KEY=your_qwen_api_key_here
77

8+
# Optional: Ollama Cloud (ollama.com/settings/keys) — for Ollama provider and web search
9+
# OLLAMA_API_KEY=your_ollama_api_key_here
10+
811
# Optional: HuggingFace TEI embedding server (if using hf-tei provider in config.yaml)
912
# EMBED_API_KEY=user:password
1013

1114
# Timezone for date/time in LLM context (IANA format, e.g. Europe/Moscow, America/New_York)
1215
TZ=Europe/Belgrade
1316

14-
# MCP servers (Phase 2)
17+
# MCP servers
1518
# MEMORY_USER=
1619
# MEMORY_PASS=
1720
# HEALTH_API_KEY=

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
- DEEPSEEK_API_KEY=${DEEPSEEK_API_KEY}
1111
- GEMINI_API_KEY=${GEMINI_API_KEY}
1212
- QWEN_API_KEY=${QWEN_API_KEY:-}
13+
- OLLAMA_API_KEY=${OLLAMA_API_KEY:-}
1314
- EMBED_API_KEY=${EMBED_API_KEY:-}
1415
- TZ=${TZ:-Europe/Belgrade}
1516
volumes:

0 commit comments

Comments
 (0)