Skip to content

Commit ccfd24a

Browse files
authored
Adding gpt-3.5-turbo-16k Modal (#215)
1 parent a70b831 commit ccfd24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const configValidators = {
120120
[CONFIG_KEYS.OCO_MODEL](value: any) {
121121
validateConfig(
122122
CONFIG_KEYS.OCO_MODEL,
123-
['gpt-3.5-turbo', 'gpt-4'].includes(value),
123+
['gpt-3.5-turbo', 'gpt-4','gpt-3.5-turbo-16k'].includes(value),
124124
`${value} is not supported yet, use 'gpt-4' or 'gpt-3.5-turbo' (default)`
125125
);
126126
return value;

0 commit comments

Comments
 (0)