File size: 664 Bytes
c4ca79f a97ef88 c4ca79f a97ef88 c4ca79f a97ef88 c4ca79f a97ef88 c4ca79f a97ef88 c4ca79f a97ef88 c4ca79f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # OpenClaw Gateway Key
OPENCLAW_GATE_KEY=your_openclaw_gateway_key_here
# OpenClaw API Key
OPENCLAW_API_KEY=your_openclaw_api_key_here
# DeepSeek API Keys (Primary Provider)
DEEPSEEK_API_KEY=your_deepseek_api_key_here
DEEPSEEK_API_KEY_1=your_deepseek_api_key_here
DEEPSEEK_API_KEY_2=your_deepseek_api_key_here
DEEPSEEK_API_KEY_3=your_deepseek_api_key_here
# OpenRouter API Keys (Fallback)
OPENROUTER_API_KEY_1=your_openrouter_api_key_here
# Gemini API Keys (Fallback)
GEMINI_API_KEY=your_gemini_api_key_here
# OpenAI API Keys (Fallback)
OPENAI_API_KEY_1=your_openai_api_key_here
# DashScope API Keys (Fallback)
DASHSCOPE_API_KEY_1=your_dashscope_api_key_here |