-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
42 lines (42 loc) · 1014 Bytes
/
config.json
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
{
"username": "",
"password": "",
"qrlogin": true,
"save_cookies": true,
"proxies": {},
"logLevel": "INFO",
"tree_view": true,
"progressbar_view": true,
"qr_extra": {
"show_in_terminal": null,
"ensure_unicode": false
},
"image_path": "",
"pushplus": {
"enable": false,
"token": ""
},
"bark": {
"enable": false,
"token": "https://example.com/xxxxxxxxx"
},
"config_version": "1.4.0",
"ai": {
"enabled": true,
"use_zhidao_ai": true,
"openai": {
"api_base": "https://api.openai.com",
"api_key": "sk-",
"model_name": "claude-3-5-sonnet-20240620"
},
"ppt_processing": {
"provide_to_ai": false,
"moonShot": {
"base_url": "https://api.moonshot.cn/v1",
"api_key": "sk-",
"delete_after_convert": true
}
},
"use_stream": true
}
}