Add the latest GPT-4o for Web

This commit is contained in:
Anan
2024-05-16 21:47:06 +08:00
committed by josc146
parent f332b22650
commit c3de5483b2
+3
View File
@@ -23,6 +23,7 @@ export const ModelMode = {
export const chatgptWebModelKeys = [
'chatgptFree35',
'chatgptFree4o',
'chatgptPlus4',
'chatgptFree35Mobile',
'chatgptPlus4Browsing',
@@ -88,6 +89,8 @@ export const moonshotApiModelKeys = ['moonshot_v1_8k', 'moonshot_v1_32k', 'moons
export const Models = {
chatgptFree35: { value: 'text-davinci-002-render-sha', desc: 'ChatGPT (Web)' },
chatgptFree4o: { value: 'gpt-4o', desc: 'ChatGPT (Web, GPT-4o)' },
chatgptPlus4: { value: 'gpt-4', desc: 'ChatGPT (Web, GPT-4 All in one)' },
chatgptPlus4Browsing: { value: 'gpt-4-gizmo', desc: 'ChatGPT (Web, GPT-4)' },