Feat Models [GPT-4] [GPT-3.5] [128K context]

[+] feat(constant.ts): add new models to DEFAULT_MODELS array
This commit is contained in:
H0llyW00dzZ 2023-11-07 06:08:06 +07:00
parent b90dfb48ee
commit cd1f082c52
No known key found for this signature in database
GPG Key ID: 05C7FFFC0845C930
1 changed files with 12 additions and 0 deletions

View File

@ -100,6 +100,14 @@ export const DEFAULT_MODELS = [
name: "gpt-4-32k-0613",
available: true,
},
{
name: "ggpt-4-1106-preview",
available: true,
},
{
name: "gpt-4-vision-preview",
available: true,
},
{
name: "gpt-3.5-turbo",
available: true,
@ -112,6 +120,10 @@ export const DEFAULT_MODELS = [
name: "gpt-3.5-turbo-0613",
available: true,
},
{
name: "gpt-3.5-turbo-1106",
available: true,
},
{
name: "gpt-3.5-turbo-16k",
available: true,