Spaces:
Running on Zero
Running on Zero
| # Copy this file to .env and fill in your API keys: | |
| # cp .env.example .env | |
| # Only configure the provider you plan to use | |
| #qwen | |
| export QWEN_API_KEY="" | |
| export QWEN_API_BASE_URL='https://dashscope.aliyuncs.com/compatible-mode/v1' | |
| #deepseek | |
| export DEEPSEEK_API_KEY="" | |
| export DEEPSEEK_API_BASE_URL='https://api.deepseek.com' | |
| #openai | |
| export OPENAI_API_KEY="" | |
| export OPENAI_API_BASE_URL='https://api.openai.com' | |
| #gemini | |
| export GEMINI_API_KEY="" | |
| #ZhiPu glm | |
| export ZHIPUAI_API_KEY="" | |
| export OPENAI_API_BASE_URL='https://open.bigmodel.cn/api/paas/v4/' | |
| export OPENROUTER_API_KEY="" | |
| export OPENROUTER_API_BASE_URL="https://openrouter.ai/api/v1" |