fix: change default fetchLimit

This commit is contained in:
Gabe
2025-10-30 19:10:07 +08:00
parent 3c09840d35
commit e417c0106a

View File

@@ -499,7 +499,6 @@ const defaultApiOpts = {
[OPT_TRANS_DEEPLX]: {
...defaultApi,
url: "http://localhost:1188/translate",
fetchLimit: 1,
},
[OPT_TRANS_NIUTRANS]: {
...defaultApi,
@@ -512,7 +511,6 @@ const defaultApiOpts = {
url: "https://api.openai.com/v1/chat/completions",
model: "gpt-4",
useBatchFetch: true,
fetchLimit: 1,
},
[OPT_TRANS_GEMINI]: {
...defaultApi,