Skip to content

Commit

Permalink
Update openai.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
haendelf authored Jul 12, 2023
1 parent 20d24bc commit a8dc8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const OpenAIModels: Record<OpenAIModelID, OpenAIModel> = {
},
[OpenAIModelID.GPT_4_32K_OP]: {
id: OpenAIModelID.GPT_4_32K_OP,
name: 'vizcacha',
name: 'GPT_4_32K_OP',
maxLength: 96000,
tokenLimit: 32768,
},
Expand Down

0 comments on commit a8dc8a7

Please sign in to comment.