From 1263ea1b1a1a26274666d8ee0e066058196142de Mon Sep 17 00:00:00 2001 From: josc146 Date: Thu, 2 May 2024 15:30:19 +0800 Subject: [PATCH] add gpt-4-turbo to default active api modes --- src/config/index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/index.mjs b/src/config/index.mjs index e86dc00..086871b 100644 --- a/src/config/index.mjs +++ b/src/config/index.mjs @@ -253,6 +253,7 @@ export const defaultConfig = { 'chatgptPlus4', 'chatgptApi35', 'chatgptApi4_8k', + 'chatgptApi4_128k', 'claude2WebFree', 'bingFree4', 'moonshotWebFree',