We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f21580 commit 935c004Copy full SHA for 935c004
1 file changed
.env.example
@@ -1,9 +1,20 @@
1
# Extropy API Keys
2
# These are the only settings that belong in .env (secrets only).
3
# For provider/model config, use: extropy config set <key> <value>
4
+# Set at least one of these depending on which provider you use.
5
-# OpenAI (required if using openai as provider)
6
+# OpenAI
7
OPENAI_API_KEY=sk-...
8
9
# Anthropic (from https://console.anthropic.com/settings/keys)
10
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