-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsecret.yaml.example
More file actions
25 lines (25 loc) · 835 Bytes
/
Copy pathsecret.yaml.example
File metadata and controls
25 lines (25 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
clients:
openrouter:
api_key: "your_openrouter_api_key_here"
base_url: "https://openrouter.ai/api/v1/"
openai:
api_key: "your_openai_api_key_here"
base_url: "https://api.openai.com/v1/"
deepseek:
api_key: "your_deepseek_api_key_here"
base_url: "https://api.deepseek.com/"
AIMLAPI:
api_key: "your_aimlapi_api_key_here"
base_url: "https://api.aimlapi.com/v1/"
BigModels:
api_key: "your_bigmodels_api_key_here"
base_url: "https://open.bigmodel.cn/api/paas/v4/"
Aliyun:
api_key: "your_aliyun_api_key_here"
base_url: "https://dashscope.aliyuncs.com/compatible-mode/v1/"
SiliconFlow:
api_key: "your_siliconflow_api_key_here"
base_url: "https://api.siliconflow.cn/v1/"
TogetherAI:
api_key: "your_togetherai_api_key_here"
base_url: "https://api.together.xyz/v1/"