Skip to content

Commit

Permalink
Add the latest GPT-4o via OpenAI API
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and josStorer committed May 16, 2024
1 parent d4a4971 commit f332b22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const chatgptApiModelKeys = [
'chatgptApi35_16k',
'chatgptApi35_1106',
'chatgptApi35_0125',
'chatgptApi4o_128k',
'chatgptApi4_8k',
'chatgptApi4_8k_0613',
'chatgptApi4_32k',
Expand Down Expand Up @@ -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)' },
Expand Down

0 comments on commit f332b22

Please sign in to comment.