forked from CarpetBook/translator-boye
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
62 lines (62 loc) · 1.77 KB
/
settings.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"chat_channels": [
1072352297503440936,
1072354381271404675,
1093414282085007411,
1052918672009744414,
1099553616618061874,
1098769854703603762,
1116749097152548998
],
"server_options": {
"chatgpt_enabled": true,
"whisper_enabled": true,
"whisper_disabled_reason": "Whisper is disabled to conserve VRAM on the host PC.",
"resnet_enabled": true,
"ocr_enabled": true,
"pinecone_enabled": false,
"chatgpt_files_allowed": true,
"848149296054272000": {
"name": "ufsih",
"allow_images": true,
"can_chat": true,
"chat_prefix": "-",
"system": null,
"starter": null,
"start_with": null
},
"1072354381271404675": {
"name": "hunm",
"allow_images": true,
"can_chat": true,
"chat_prefix": "-",
"system": null,
"starter": null,
"start_with": null
},
"1093414282085007411": {
"can_chat": true,
"start_with": "",
"chat_prefix": null,
"allow_images": true,
"system": null,
"starter": null
},
"1052918672009744414": {
"can_chat": true,
"start_with": "",
"chat_prefix": "-",
"allow_images": true,
"system": null,
"starter": null
},
"1116749097152548998": {
"can_chat": true,
"start_with": "",
"chat_prefix": "-",
"allow_images": true,
"system": null,
"starter": null
}
}
}