-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmarkus.json.example
More file actions
51 lines (51 loc) · 1.08 KB
/
markus.json.example
File metadata and controls
51 lines (51 loc) · 1.08 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"org": {
"id": "default",
"name": "My Organization"
},
"llm": {
"defaultProvider": "anthropic",
"defaultModel": "claude-opus-4-6",
"providers": {
"anthropic": {
"apiKey": "sk-ant-...",
"model": "claude-opus-4-6"
},
"openai": {
"apiKey": "sk-...",
"model": "gpt-5.4"
},
"google": {
"apiKey": "...",
"model": "gemini-3-1-pro"
},
"minimax": {
"apiKey": "sk-...",
"baseUrl": "https://api.minimax.io/v1",
"model": "MiniMax-M2.7"
},
"siliconflow": {
"apiKey": "sk-...",
"baseUrl": "https://api.siliconflow.cn/v1",
"model": "Qwen/Qwen3.5-35B-A3B"
},
"zai": {
"apiKey": "sk-...",
"baseUrl": "https://api.z.ai/api/paas/v4",
"model": "glm-5.1"
}
},
"timeoutMs": 90000
},
"server": {
"apiPort": 8056,
"webPort": 8057
},
"security": {
"adminPassword": "markus123",
"gatewaySecret": "change-me-in-production"
},
"hub": {
"url": "https://markus.global"
}
}