Skip to content

Commit 2059549

Browse files
authored
feat: Add all of OpenAI GPT models (#365)
1 parent 18f5277 commit 2059549

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

src/commands/config.ts

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,32 @@ export enum CONFIG_MODES {
3737
}
3838

3939
export const MODEL_LIST = {
40-
openai: ['gpt-3.5-turbo',
41-
'gpt-3.5-turbo-0125',
42-
'gpt-4',
43-
'gpt-4-turbo',
44-
'gpt-4-1106-preview',
45-
'gpt-4-turbo-preview',
46-
'gpt-4-0125-preview',
47-
'gpt-4o'],
40+
openai: ["gpt-3.5-turbo",
41+
"gpt-3.5-turbo-instruct",
42+
"gpt-3.5-turbo-0613",
43+
"gpt-3.5-turbo-0301",
44+
"gpt-3.5-turbo-1106",
45+
"gpt-3.5-turbo-0125",
46+
"gpt-3.5-turbo-16k",
47+
"gpt-3.5-turbo-16k-0613",
48+
"gpt-3.5-turbo-16k-0301",
49+
"gpt-4",
50+
"gpt-4-0314",
51+
"gpt-4-0613",
52+
"gpt-4-1106-preview",
53+
"gpt-4-0125-preview",
54+
"gpt-4-turbo-preview",
55+
"gpt-4-vision-preview",
56+
"gpt-4-1106-vision-preview",
57+
"gpt-4-turbo",
58+
"gpt-4-turbo-2024-04-09",
59+
"gpt-4-32k",
60+
"gpt-4-32k-0314",
61+
"gpt-4-32k-0613",
62+
"gpt-4o",
63+
"gpt-4o-2024-05-13",
64+
"gpt-4o-mini",
65+
"gpt-4o-mini-2024-07-18"],
4866

4967
anthropic: ['claude-3-haiku-20240307',
5068
'claude-3-sonnet-20240229',

0 commit comments

Comments
 (0)