colibri-probe now calls dotenvy::dotenv() at startup, so a DEEPSEEK_API_KEY pasted into a local .env is picked up automatically — no manual sourcing. .env is gitignored (a committed/pushed key is permanently compromised); .env.example is the committed template. No key value passes through the repo. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
9 lines
362 B
Text
9 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
|