10 lines
362 B
Text
10 lines
362 B
Text
|
|
# Copy to .env (gitignored) and fill in. The probe auto-loads .env at startup.
|
||
|
|
# A committed/pushed key is permanently compromised — keep it only in .env.
|
||
|
|
DEEPSEEK_API_KEY=
|
||
|
|
|
||
|
|
# Optional overrides (defaults shown):
|
||
|
|
# DEEPSEEK_MODEL=deepseek-chat
|
||
|
|
# DEEPSEEK_ENDPOINT=https://api.deepseek.com/chat/completions
|
||
|
|
# COLIBRI_HOST=domedog
|
||
|
|
# COLIBRI_AGENT=claude-domedog
|