mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
Adding gpt-3.5-turbo-16k Modal (#215)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user