Skip to content

Commit

Permalink
Add GPT-3.5 1106
Browse files Browse the repository at this point in the history
  • Loading branch information
abrenneke committed Jan 24, 2024
1 parent f1b90b1 commit 909f3b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/core/src/utils/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ export const openaiModels = {
},
displayName: 'GPT-3.5 (v0613)',
},
'gpt-3.5-turbo-1106': {
maxTokens: 16385,
cost: {
prompt: 0.001,
completion: 0.002,
},
displayName: 'GPT-3.5 (v1106)',
},
'gpt-3.5-turbo-16k-0613': {
maxTokens: 16384,
cost: {
Expand Down

0 comments on commit 909f3b8

Please sign in to comment.