This commit is contained in:
di-sukharev
2024-02-28 19:19:04 +08:00
parent 17d5a7143f
commit 22d4af48c7
2 changed files with 6 additions and 4 deletions

View File

@@ -18729,9 +18729,10 @@ var configValidators = {
"gpt-3.5-turbo",
"gpt-4",
"gpt-3.5-turbo-16k",
"gpt-3.5-turbo-0613"
"gpt-3.5-turbo-0613",
"gpt-4-1106-preview"
].includes(value),
`${value} is not supported yet, use 'gpt-4', 'gpt-3.5-turbo-16k' (default), 'gpt-3.5-turbo-0613' or 'gpt-3.5-turbo'`
`${value} is not supported yet, use 'gpt-4', 'gpt-3.5-turbo-16k' (default), 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo' or 'gpt-4-1106-preview'`
);
return value;
},

View File

@@ -24224,9 +24224,10 @@ var configValidators = {
"gpt-3.5-turbo",
"gpt-4",
"gpt-3.5-turbo-16k",
"gpt-3.5-turbo-0613"
"gpt-3.5-turbo-0613",
"gpt-4-1106-preview"
].includes(value),
`${value} is not supported yet, use 'gpt-4', 'gpt-3.5-turbo-16k' (default), 'gpt-3.5-turbo-0613' or 'gpt-3.5-turbo'`
`${value} is not supported yet, use 'gpt-4', 'gpt-3.5-turbo-16k' (default), 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo' or 'gpt-4-1106-preview'`
);
return value;
},