We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70b831 commit ccfd24aCopy full SHA for ccfd24a
src/commands/config.ts
@@ -120,7 +120,7 @@ export const configValidators = {
120
[CONFIG_KEYS.OCO_MODEL](value: any) {
121
validateConfig(
122
CONFIG_KEYS.OCO_MODEL,
123
- ['gpt-3.5-turbo', 'gpt-4'].includes(value),
+ ['gpt-3.5-turbo', 'gpt-4','gpt-3.5-turbo-16k'].includes(value),
124
`${value} is not supported yet, use 'gpt-4' or 'gpt-3.5-turbo' (default)`
125
);
126
return value;
0 commit comments