Skip to content

Commit 2f6ff49

Browse files
feat: update latest GPT model names
1 parent 53cff99 commit 2f6ff49

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

src/types.ts

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,25 @@ export type ModelName =
3232
| 'code-search-babbage-code-001'
3333
| 'code-search-ada-code-001'
3434
| 'gpt2'
35-
| 'gpt-4'
36-
| 'gpt-4-0314'
37-
| 'gpt-4-0613'
38-
| 'gpt-4-32k'
39-
| 'gpt-4-32k-0314'
40-
| 'gpt-4-32k-0613'
4135
| 'gpt-3.5-turbo'
4236
| 'gpt-35-turbo'
4337
| 'gpt-3.5-turbo-0301'
4438
| 'gpt-3.5-turbo-0613'
4539
| 'gpt-3.5-turbo-1106'
40+
| 'gpt-3.5-turbo-0125'
4641
| 'gpt-3.5-turbo-16k'
4742
| 'gpt-3.5-turbo-16k-0613'
43+
| 'gpt-3.5-turbo-instruct'
44+
| 'gpt-3.5-turbo-instruct-0914'
45+
| 'gpt-4'
46+
| 'gpt-4-0314'
47+
| 'gpt-4-0613'
48+
| 'gpt-4-32k'
49+
| 'gpt-4-32k-0314'
50+
| 'gpt-4-32k-0613'
51+
| 'gpt-4-turbo'
52+
| 'gpt-4-turbo-2024-04-09'
53+
| 'gpt-4-turbo-preview'
4854
| 'gpt-4-1106-preview'
4955
| 'gpt-4-0125-preview'
50-
| 'gpt-4-turbo-preview'
5156
| 'gpt-4-vision-preview'

0 commit comments

Comments
 (0)