-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
52 lines (52 loc) · 1.45 KB
/
Copy pathsettings.json
File metadata and controls
52 lines (52 loc) · 1.45 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
52
{
"agent_name": "assistant",
"filesystem": {
"auto_expand": false
},
"channels": [
{
"config": {
"backend_url": "http://127.0.0.1:8080/api/input",
"model": "default",
"proxy": "http://127.0.0.1:10809",
"think": false,
"timeout": 600
},
"name": "Telegram",
"path": "sys/tg_bot.py",
"status": "active",
"user_count": 1
},
{
"config": {
"backend_url": "http://127.0.0.1:8080/api/input",
"ilink_base": "https://ilinkai.weixin.qq.com",
"model": "default",
"think": false,
"timeout": 600
},
"name": "WeChat",
"path": "sys/wx_bot.py",
"status": "active",
"user_count": 1
}
],
"current_provider": "openai-default",
"max_context": 1048576,
"max_mpc_rounds": 5,
"model": "uGemma4",
"webui_password": "a2aba198385559c15dc12398e197d556ef3cd6b45329d003b8886a0eecedec05",
"prompt": "agent.txt",
"providers": [
{
"has_key": false,
"id": "openai-default",
"name": "OpenAI",
"server_address": "http://localhost:11434",
"type": "openai"
}
],
"stream": true,
"user_name": "Yauntyours",
"workspace": "./workspace/"
}