Spaces:
Running
Running
| { | |
| "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" | |
| ], | |
| "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": "admin", | |
| "access_key_id": "", | |
| "secret_access_key": "admin", | |
| "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, | |
| "image_poll_interval_secs": 10, | |
| "image_poll_initial_wait_secs": 10, | |
| "image_storage": { | |
| "enabled": false, | |
| "mode": "local", | |
| "webdav_url": "", | |
| "webdav_username": "", | |
| "webdav_password": "", | |
| "webdav_root_path": "chatgpt2api/images", | |
| "public_base_url": "" | |
| }, | |
| "image_min_free_mb": 500 | |
| } | |