Skip to content

Commit c3de548

Browse files
Mohamed3nanjosStorer
authored andcommitted
Add the latest GPT-4o for Web
1 parent f332b22 commit c3de548

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/config/index.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const ModelMode = {
2323

2424
export const chatgptWebModelKeys = [
2525
'chatgptFree35',
26+
'chatgptFree4o',
2627
'chatgptPlus4',
2728
'chatgptFree35Mobile',
2829
'chatgptPlus4Browsing',
@@ -88,6 +89,8 @@ export const moonshotApiModelKeys = ['moonshot_v1_8k', 'moonshot_v1_32k', 'moons
8889
export const Models = {
8990
chatgptFree35: { value: 'text-davinci-002-render-sha', desc: 'ChatGPT (Web)' },
9091

92+
chatgptFree4o: { value: 'gpt-4o', desc: 'ChatGPT (Web, GPT-4o)' },
93+
9194
chatgptPlus4: { value: 'gpt-4', desc: 'ChatGPT (Web, GPT-4 All in one)' },
9295
chatgptPlus4Browsing: { value: 'gpt-4-gizmo', desc: 'ChatGPT (Web, GPT-4)' },
9396

0 commit comments

Comments
 (0)