Skip to content

Commit 206a43b

Browse files
committed
feat(api): add gpt-3.5-turbo-1106 (#496)
1 parent 7dd4557 commit 206a43b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resources/chat/completions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ export interface ChatCompletionCreateParamsBase {
567567
| 'gpt-4-32k'
568568
| 'gpt-4-32k-0314'
569569
| 'gpt-4-32k-0613'
570+
| 'gpt-3.5-turbo-1106'
570571
| 'gpt-3.5-turbo'
571572
| 'gpt-3.5-turbo-16k'
572573
| 'gpt-3.5-turbo-0301'

0 commit comments

Comments
 (0)