Skip to content

Commit

Permalink
Adding gpt-3.5-turbo-16k Modal (di-sukharev#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam2332 committed Jul 5, 2023
1 parent a70b831 commit ccfd24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const configValidators = {
[CONFIG_KEYS.OCO_MODEL](value: any) {
validateConfig(
CONFIG_KEYS.OCO_MODEL,
['gpt-3.5-turbo', 'gpt-4'].includes(value),
['gpt-3.5-turbo', 'gpt-4','gpt-3.5-turbo-16k'].includes(value),
`${value} is not supported yet, use 'gpt-4' or 'gpt-3.5-turbo' (default)`
);
return value;
Expand Down

0 comments on commit ccfd24a

Please sign in to comment.