mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2026-01-29 01:07:27 +00:00
🔧 fix(config/ai.json): update timeout value from seconds to milliseconds for image generation
This commit is contained in:
parent
689eba1f9d
commit
cb27aec4f1
@ -83,8 +83,8 @@
|
||||
"baseApi": "https://api.uniapi.io",
|
||||
"?apiKey": "图像生成API密钥",
|
||||
"apiKey": "",
|
||||
"?timeout": "图像生成超时时间(秒)",
|
||||
"timeout": 120,
|
||||
"?timeout": "图像生成超时时间(豪秒)",
|
||||
"timeout": 60000,
|
||||
"?maxRetries": "最大重试次数",
|
||||
"maxRetries": 3,
|
||||
"?quality": "生成图像质量(standard/high)",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user