-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (29 loc) · 825 Bytes
/
config.json
File metadata and controls
29 lines (29 loc) · 825 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
26
27
28
29
{
"platform": "ollama",
"localization":{
"language": "zh_CN"
},
"api_keys": {
"openai": "your-openai-api-key",
"deepseek": "your-deepseek-api-key",
"openrouter": "your-openrouter-api-key",
"gemini": "your-gemini-api-key",
"claude": "your-claude-api-key",
"siliconflow": "your-siliconflow-api-key",
"fastapi": "your-fastapi-token"
},
"model_settings": {
"ollama": "qwen2.5:7b",
"openai": "gpt-3.5-turbo",
"deepseek": "deepseek-chat",
"openrouter": "openai/gpt-3.5-turbo",
"gemini": "gemini-pro",
"claude": "claude-3-sonnet-20240229",
"siliconflow": "deepseek-ai/DeepSeek-V2-Chat",
"fastapi": "fastapi-default"
},
"service_urls": {
"websockets": "ws://localhost:9238",
"fastapi": "http://127.0.0.1:8000"
}
}