From cb27aec4f1295c831c47d128609d1294268525d3 Mon Sep 17 00:00:00 2001 From: Jerrypluay Date: Sat, 6 Dec 2025 23:03:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(config/ai.json):=20update=20?= =?UTF-8?q?timeout=20value=20from=20seconds=20to=20milliseconds=20for=20im?= =?UTF-8?q?age=20generation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/ai.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)",