Skip to content

Commit a57b87f

Browse files
fix: add missing gpt-4-turbo-preview
1 parent c8f6ae2 commit a57b87f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ export type ModelName =
4646
| 'gpt-3.5-turbo-16k'
4747
| 'gpt-3.5-turbo-16k-0613'
4848
| 'gpt-4-1106-preview'
49+
| 'gpt-4-0125-preview'
50+
| 'gpt-4-turbo-preview'
4951
| 'gpt-4-vision-preview'

0 commit comments

Comments
 (0)