Skip to content

Commit

Permalink
feat(api): add gpt-3.5-turbo-1106 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Nov 14, 2023
1 parent 7dd4557 commit 45f7672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/chat/completions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ export interface ChatCompletionCreateParamsBase {
| 'gpt-4-32k'
| 'gpt-4-32k-0314'
| 'gpt-4-32k-0613'
| 'gpt-3.5-turbo-1106'
| 'gpt-3.5-turbo'
| 'gpt-3.5-turbo-16k'
| 'gpt-3.5-turbo-0301'
Expand Down

0 comments on commit 45f7672

Please sign in to comment.