🔧 fix(config/ai.json): update timeout value from seconds to milliseconds for image generation

This commit is contained in:
Jerry 2025-12-06 23:03:44 +08:00
parent 689eba1f9d
commit cb27aec4f1

View File

@ -83,8 +83,8 @@
"baseApi": "https://api.uniapi.io", "baseApi": "https://api.uniapi.io",
"?apiKey": "图像生成API密钥", "?apiKey": "图像生成API密钥",
"apiKey": "", "apiKey": "",
"?timeout": "图像生成超时时间(秒)", "?timeout": "图像生成超时时间(秒)",
"timeout": 120, "timeout": 60000,
"?maxRetries": "最大重试次数", "?maxRetries": "最大重试次数",
"maxRetries": 3, "maxRetries": 3,
"?quality": "生成图像质量(standard/high)", "?quality": "生成图像质量(standard/high)",