-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathconfig.example.json
More file actions
81 lines (81 loc) · 2.24 KB
/
config.example.json
File metadata and controls
81 lines (81 loc) · 2.24 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
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
{
"auth-key": "admin",
"refresh_account_interval_minute": 60,
"image_retention_days": 15,
"image_poll_timeout_secs": 120,
"auto_remove_rate_limited_accounts": false,
"auto_remove_invalid_accounts": true,
"log_levels": [
"debug",
"error",
"info",
"warning"
],
"proxy": "",
"base_url": "",
"sensitive_words": [],
"global_system_prompt": "",
"ai_review": {
"enabled": false,
"base_url": "",
"api_key": "",
"model": "",
"prompt": ""
},
"backup": {
"enabled": false,
"provider": "cloudflare_r2",
"account_id": "",
"access_key_id": "",
"secret_access_key": "",
"bucket": "",
"prefix": "backups",
"interval_minutes": 1440,
"rotation_keep": 10,
"encrypt": true,
"passphrase": "",
"include": {
"config": false,
"cpa": false,
"sub2api": false,
"logs": true,
"image_tasks": true,
"accounts_snapshot": false,
"auth_keys_snapshot": false,
"images": false
}
},
"image_account_concurrency": 3,
"network_profiles": {
"grok_console": {
"impersonate": "edge101",
"user-agent": "Mozilla/5.0 (webchat2api grok console)",
"verify": true,
"timeout": 60,
"cf_clearance": ""
},
"grok_app_chat": {
"impersonate": "chrome136",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
"verify": true,
"timeout": 60,
"cf_cookies": "",
"cf_clearance": "",
"sec-ch-ua": "\"Chromium\";v=\"136\", \"Google Chrome\";v=\"136\", \"Not.A/Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"Windows\"",
"statsig_id": "0196a8f6-0501-79f8-8d74-a2f2c0f5f5f5"
}
},
"chatgpt_fingerprint": {
"impersonate": "edge101",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0",
"sec-ch-ua": "\"Microsoft Edge\";v=\"143\", \"Chromium\";v=\"143\", \"Not A(Brand\";v=\"24\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"Windows\""
},
"enable_turnstile_solver": true,
"flaresolverr_url": "",
"flaresolverr_timeout_sec": 60,
"browser_bridge_url": ""
}