TacoLab/FLOW2API
0
1[global]2api_key = "han1234"3admin_username = "admin"4admin_password = "admin"5 6[flow]7labs_base_url = "https://labs.google/fx/api"8api_base_url = "https://aisandbox-pa.googleapis.com/v1"9timeout = 12010poll_interval = 3.011max_poll_attempts = 20012 13[server]14host = "0.0.0.0"15port = 800016 17[debug]18enabled = false19log_requests = true20log_responses = true21mask_token = true22 23[proxy]24proxy_enabled = true25proxy_url = "socks5://warp:1080"26 27[generation]28image_timeout = 30029video_timeout = 150030 31[admin]32error_ban_threshold = 333 34[cache]35enabled = false36timeout = 7200 # 缓存超时时间(秒), 默认2小时37base_url = "" # 缓存文件访问的基础URL, 留空则使用服务器地址38 39[captcha]40captcha_method = "browser" # 打码方式: yescaptcha 或 browser41yescaptcha_api_key = "" # YesCaptcha API密钥42yescaptcha_base_url = "https://api.yescaptcha.com"43 