Skip to content

Commit

Permalink
Add generally available GPT-4 Turbo via API
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and josStorer committed May 2, 2024
1 parent 97fc651 commit 20e89f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const chatgptApiModelKeys = [
'chatgptApi4_8k_0613',
'chatgptApi4_32k',
'chatgptApi4_32k_0613',
'chatgptApi4_128k',
'chatgptApi4_128k_preview',
'chatgptApi4_128k_1106_preview',
'chatgptApi4_128k_0125_preview',
Expand Down Expand Up @@ -94,6 +95,10 @@ export const Models = {

chatgptApi4_8k: { value: 'gpt-4', desc: 'ChatGPT (GPT-4-8k)' },
chatgptApi4_32k: { value: 'gpt-4-32k', desc: 'ChatGPT (GPT-4-32k)' },
chatgptApi4_128k: {
value: 'gpt-4-turbo',
desc: 'ChatGPT (GPT-4-Turbo 128k)',
},
chatgptApi4_128k_preview: {
value: 'gpt-4-turbo-preview',
desc: 'ChatGPT (GPT-4-Turbo 128k Preview)',
Expand Down

0 comments on commit 20e89f7

Please sign in to comment.