Skip to content

Commit 935c004

Browse files
docs: add missing API keys to .env.example
1 parent 3f21580 commit 935c004

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.env.example

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# Extropy API Keys
22
# These are the only settings that belong in .env (secrets only).
33
# For provider/model config, use: extropy config set <key> <value>
4+
# Set at least one of these depending on which provider you use.
45

5-
# OpenAI (required if using openai as provider)
6+
# OpenAI
67
OPENAI_API_KEY=sk-...
78

89
# Anthropic (from https://console.anthropic.com/settings/keys)
910
ANTHROPIC_API_KEY=sk-ant-...
11+
12+
# OpenRouter (from https://openrouter.ai/keys)
13+
OPENROUTER_API_KEY=sk-or-...
14+
15+
# DeepSeek (from https://platform.deepseek.com/api_keys)
16+
DEEPSEEK_API_KEY=sk-...
17+
18+
# Azure OpenAI (use one of these)
19+
AZURE_OPENAI_API_KEY=...
20+
# AZURE_API_KEY=...

0 commit comments

Comments
 (0)