From 80adc3baf98a9ff6a30f027f1716fd7097b9b0a3 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Thu, 27 Jun 2024 23:10:43 +0800 Subject: [PATCH] Enable GPT-4o via API by default instead of GPT-4 Turbo --- src/config/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/index.mjs b/src/config/index.mjs index 1b34d99..6f77d25 100644 --- a/src/config/index.mjs +++ b/src/config/index.mjs @@ -263,7 +263,7 @@ export const defaultConfig = { 'chatgptFree4o', 'chatgptPlus4', 'chatgptApi35', - 'chatgptApi4_128k', + 'chatgptApi4o_128k', 'claude2WebFree', 'bingFree4', 'moonshotWebFree',