chatgpt2api / config.json
tx1538's picture
Update config.json
9ba3822 verified
Raw
History Blame
1.06 kB
{
"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": [
"debug",
"error",
"info",
"warning"
],
"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
}