Skip to content

Commit b05844a

Browse files
committed
chore
1 parent c3de548 commit b05844a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/index.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export const Models = {
9797
chatgptApi35: { value: 'gpt-3.5-turbo', desc: 'ChatGPT (GPT-3.5-turbo)' },
9898
chatgptApi35_16k: { value: 'gpt-3.5-turbo-16k', desc: 'ChatGPT (GPT-3.5-turbo-16k)' },
9999

100+
chatgptApi4o_128k: { value: 'gpt-4o', desc: 'ChatGPT (GPT-4o)' },
100101
chatgptApi4_8k: { value: 'gpt-4', desc: 'ChatGPT (GPT-4-8k)' },
101102
chatgptApi4_32k: { value: 'gpt-4-32k', desc: 'ChatGPT (GPT-4-32k)' },
102103
chatgptApi4_128k: {
@@ -115,7 +116,6 @@ export const Models = {
115116
value: 'gpt-4-0125-preview',
116117
desc: 'ChatGPT (GPT-4-Turbo 128k 0125 Preview)',
117118
},
118-
chatgptApi4o_128k: { value: 'gpt-4o', desc: 'ChatGPT (GPT-4o)' },
119119

120120
claude2WebFree: { value: '', desc: 'Claude.ai (Web)' },
121121
claude12Api: { value: 'claude-instant-1.2', desc: 'Claude.ai (API, Claude Instant 1.2)' },
@@ -255,9 +255,9 @@ export const defaultConfig = {
255255
alwaysCreateNewConversationWindow: false,
256256
activeApiModes: [
257257
'chatgptFree35',
258+
'chatgptFree4o',
258259
'chatgptPlus4',
259260
'chatgptApi35',
260-
'chatgptApi4_8k',
261261
'chatgptApi4_128k',
262262
'claude2WebFree',
263263
'bingFree4',

0 commit comments

Comments
 (0)