-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.default.json
More file actions
35 lines (35 loc) · 837 Bytes
/
config.default.json
File metadata and controls
35 lines (35 loc) · 837 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
30
31
32
33
34
35
{
"enabled": true,
"collect_llm_data": true,
"llm_backend": "openrouter",
"llm_api_key": null,
"llm_model": null,
"openrouter_api_key": null,
"openrouter_model": null,
"local_api": {
"base_url": "http://localhost:8000",
"model": "default",
"max_tokens": 50,
"timeout": 15000
},
"chatterbox_url": "http://localhost:8004",
"tts_backend": "qwen",
"qwen_tts_url": "http://localhost:8100",
"active_pack": "sc1-kerrigan-infested",
"volume": 1.0,
"logging": true,
"error_log": false,
"overlay": true,
"overlay_dismiss": 4,
"overlay_style": "custom",
"categories": {
"session.start": true,
"session.end": false,
"task.complete": true,
"task.acknowledge": false,
"task.error": true,
"input.required": true,
"resource.limit": true,
"notification": true
}
}