Skip to content

Commit 86940f6

Browse files
PeterDaveHellojosStorer
authored andcommitted
Add the latest OpenAI "dynamic" model chatgpt-4o-latest
Reference: - https://x.com/OpenAIDevs/status/1823510395619000525 - https://x.com/lmsysorg/status/1823515224064098546 - https://x.com/lmsysorg/status/1823515229491515715 - https://platform.openai.com/docs/models/gpt-4o > Dynamic model continuously updated to the current version of GPT-4o in > ChatGPT. Intended for research and evaluation. > > We are releasing this model for developers and researchers to explore > OpenAI's latest research. For production use, OpenAI recommends using > dated GPT models, which are optimized for API usage. > > https://platform.openai.com/docs/models/gpt-4o#4ofootnote
1 parent b51edb7 commit 86940f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/index.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export const chatgptApiModelKeys = [
4747
'chatgptApi35_1106',
4848
'chatgptApi35_0125',
4949
'chatgptApi4o_128k',
50+
'chatgptApi4oLatest',
5051
'chatgptApi4oMini',
5152
'chatgptApi4_8k',
5253
'chatgptApi4_8k_0613',
@@ -195,6 +196,7 @@ export const Models = {
195196
value: 'gpt-4-0125-preview',
196197
desc: 'ChatGPT (GPT-4-Turbo 128k 0125 Preview)',
197198
},
199+
chatgptApi4oLatest: { value: 'chatgpt-4o-latest', desc: 'ChatGPT (ChatGPT-4o latest)' },
198200

199201
claude2WebFree: { value: '', desc: 'Claude.ai (Web)' },
200202
claude12Api: { value: 'claude-instant-1.2', desc: 'Claude.ai (API, Claude Instant 1.2)' },

0 commit comments

Comments
 (0)