-
Notifications
You must be signed in to change notification settings - Fork 40
/
config.json
86 lines (86 loc) · 1.38 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"poevip": {
"size": 0,
"serial": 1,
"pb_list": [
"xxxxxxx"
]
},
"poeauto": {
"size": 0,
"mail_type": "smail-pro"
},
"merlin": {
"size": 0,
"mailType": "yopmail"
},
"navit": {
"size": 0,
"mailType": "tempmail-lol"
},
"perplexity": {
"size": 0,
"concurrency": 8,
"tokens": [
"xxxxx"
]
},
"langdock": {
"size": 0
},
"sincode": {
"size": 0,
"concurrency": 1,
"accounts": [
{
"email": "[email protected]",
"password": "xxxxxxx"
}
]
},
"openai": {
"token_limit": {
"gpt-3.5-turbo": 2500,
"gpt-3.5-turbo-16k": 10000,
"gpt-4": 8000
}
},
"site_map": {
"gpt-4-32k": [
{
"site": "openai",
"api_key": "sk-xxxxxxxxxxxxxxxx",
"priority": 10,
"proxy": true,
"base_url": "http://base_url:port",
"model_map": {
"gpt-4-32k": "gpt-4"
}
}
],
"gpt-4": [
{
"site": "merlin",
"priority": 10
}
],
"gpt-3.5-turbo": [
{
"site": "merlin",
"priority": 10
}
]
},
"gmail_list": [
{
"email": "[email protected]",
"password": "xxxxx",
"recovery_email": "[email protected]"
},
{
"email": "[email protected]",
"password": "xxxxx",
"recovery_email": "[email protected]"
}
]
}