Update .env.example
Browse files- .env.example +12 -6
.env.example
CHANGED
|
@@ -1,17 +1,23 @@
|
|
| 1 |
# OpenClaw Gateway Key
|
| 2 |
-
OPENCLAW_GATE_KEY=
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
# DeepSeek API Keys (Primary Provider)
|
|
|
|
| 5 |
DEEPSEEK_API_KEY_1=your_deepseek_api_key_here
|
|
|
|
|
|
|
| 6 |
|
| 7 |
-
#
|
| 8 |
-
|
| 9 |
|
| 10 |
# Gemini API Keys (Fallback)
|
| 11 |
-
|
| 12 |
|
| 13 |
-
#
|
| 14 |
-
|
| 15 |
|
| 16 |
# DashScope API Keys (Fallback)
|
| 17 |
DASHSCOPE_API_KEY_1=your_dashscope_api_key_here
|
|
|
|
| 1 |
# OpenClaw Gateway Key
|
| 2 |
+
OPENCLAW_GATE_KEY=your_openclaw_gateway_key_here
|
| 3 |
+
|
| 4 |
+
# OpenClaw API Key
|
| 5 |
+
OPENCLAW_API_KEY=your_openclaw_api_key_here
|
| 6 |
|
| 7 |
# DeepSeek API Keys (Primary Provider)
|
| 8 |
+
DEEPSEEK_API_KEY=your_deepseek_api_key_here
|
| 9 |
DEEPSEEK_API_KEY_1=your_deepseek_api_key_here
|
| 10 |
+
DEEPSEEK_API_KEY_2=your_deepseek_api_key_here
|
| 11 |
+
DEEPSEEK_API_KEY_3=your_deepseek_api_key_here
|
| 12 |
|
| 13 |
+
# OpenRouter API Keys (Fallback)
|
| 14 |
+
OPENROUTER_API_KEY_1=your_openrouter_api_key_here
|
| 15 |
|
| 16 |
# Gemini API Keys (Fallback)
|
| 17 |
+
GEMINI_API_KEY=your_gemini_api_key_here
|
| 18 |
|
| 19 |
+
# OpenAI API Keys (Fallback)
|
| 20 |
+
OPENAI_API_KEY_1=your_openai_api_key_here
|
| 21 |
|
| 22 |
# DashScope API Keys (Fallback)
|
| 23 |
DASHSCOPE_API_KEY_1=your_dashscope_api_key_here
|