{ "oneapi_type": "oneapi", "exclude_channel": [5], "exclude_model": ["advanced-voice", "minimax_s2v-01", "minimax_video-01", "minimax_video-01-live2d"], "models": ["gpt-3.5-turbo", "gpt-4o"], "force_models": false, "force_inside_models": false, "time_period": "1h", "max_concurrent": 5, "rps": 5, "timeout": 10, "db_type": "YOUR_DB_TYPE", "db_dsn": "YOUR_DB_DSN", "do_not_modify_db": false, "base_url": "http://localhost:3000", "system_token": "YOUR_SYSTEM_TOKEN", "uptime-kuma": { "status": "disabled", "model_url": { "gpt-3.5-turbo": "https://demo.kuma.pet/api/push/A12n43563?status=up&msg=OK&ping=", "gpt-4o": "https://demo.kuma.pet/api/push/ArJd2BOUJN?status=up&msg=OK&ping=" }, "channel_url": { "5": "https://demo.kuma.pet/api/push/ArJd2BOUJN?status=up&msg=OK&ping=" } }, "notification": { "smtp": { "enabled": false, "host": "smtp.example.com", "port": 25, "username": "your-email@example.com", "password": "your-password", "from": "sender@example.com", "to": "recipient@example.com" }, "webhook": { "enabled": false, "type": "telegram", "telegram": { "chat_id": "YOUR_CHAT_ID", "retry": 3 }, "secret": "YOUR_WEBHOOK_SECRET" } } }