From e417c0106a2173897dcb1a853dedb513a1a44186 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 30 Oct 2025 19:10:07 +0800 Subject: [PATCH] fix: change default fetchLimit --- src/config/api.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config/api.js b/src/config/api.js index 91fa130..a60b869 100644 --- a/src/config/api.js +++ b/src/config/api.js @@ -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,