-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
44 lines (44 loc) · 1 KB
/
Copy pathconfig.example.json
File metadata and controls
44 lines (44 loc) · 1 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
{
"active": "openai-chat-1",
"thinking": "off",
"thinking_display": "show",
"tool_display": "show",
"enter_behavior": "enter_sends",
"tool_preview_lines": 10,
"border_type": "ascii",
"theme": "auto-eucalyptus",
"auto_compact": true,
"compact_reserved": null,
"cache_retention": "normal",
"entries": [
{
"id": "openai-chat-1",
"kind": "openai_chat",
"mode": "key",
"api_key": "",
"api_key_env": "OPENAI_API_KEY",
"base_url": "https://api.openai.com/v1",
"model": "gpt-4o-mini",
"name": "OpenAI",
"access_key": "",
"secret_key": ""
},
{
"id": "anthropic-1",
"kind": "anthropic_messages",
"mode": "key",
"api_key": "",
"api_key_env": "ANTHROPIC_API_KEY",
"base_url": "https://api.anthropic.com",
"model": "claude-3-5-sonnet-latest",
"name": "Anthropic",
"access_key": "",
"secret_key": ""
}
],
"mcp": {},
"agents": {
"entries": {},
"visible": true
}
}