-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathconfig.json
More file actions
49 lines (49 loc) · 1.04 KB
/
Copy pathconfig.json
File metadata and controls
49 lines (49 loc) · 1.04 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
{
"auth-key": "chatgpt2api",
"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": [
"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": false,
"passphrase": "",
"include": {
"config": true,
"register": true,
"cpa": true,
"sub2api": true,
"logs": true,
"image_tasks": true,
"accounts_snapshot": true,
"auth_keys_snapshot": true,
"images": false
}
},
"image_account_concurrency": 3
}