mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-01 22:21:15 +08:00
Add the latest GPT-4o via OpenAI API
Reference: - https://platform.openai.com/docs/models/gpt-4o - https://openai.com/index/hello-gpt-4o/
This commit is contained in:
committed by
josc146
parent
d4a4971db9
commit
f332b22650
@@ -38,6 +38,7 @@ export const chatgptApiModelKeys = [
|
||||
'chatgptApi35_16k',
|
||||
'chatgptApi35_1106',
|
||||
'chatgptApi35_0125',
|
||||
'chatgptApi4o_128k',
|
||||
'chatgptApi4_8k',
|
||||
'chatgptApi4_8k_0613',
|
||||
'chatgptApi4_32k',
|
||||
@@ -111,6 +112,7 @@ export const Models = {
|
||||
value: 'gpt-4-0125-preview',
|
||||
desc: 'ChatGPT (GPT-4-Turbo 128k 0125 Preview)',
|
||||
},
|
||||
chatgptApi4o_128k: { value: 'gpt-4o', desc: 'ChatGPT (GPT-4o)' },
|
||||
|
||||
claude2WebFree: { value: '', desc: 'Claude.ai (Web)' },
|
||||
claude12Api: { value: 'claude-instant-1.2', desc: 'Claude.ai (API, Claude Instant 1.2)' },
|
||||
|
||||
Reference in New Issue
Block a user