diff --git a/config/ai.json b/config/ai.json index bda6313..7e45614 100644 --- a/config/ai.json +++ b/config/ai.json @@ -83,8 +83,8 @@ "baseApi": "https://api.uniapi.io", "?apiKey": "图像生成API密钥", "apiKey": "", - "?timeout": "图像生成超时时间(秒)", - "timeout": 120, + "?timeout": "图像生成超时时间(豪秒)", + "timeout": 60000, "?maxRetries": "最大重试次数", "maxRetries": 3, "?quality": "生成图像质量(standard/high)",