Merge remote-tracking branch 'upstream/main'

This commit is contained in:
ZhaoLiu
2023-05-22 17:02:41 +08:00
55 changed files with 3570 additions and 588 deletions

View File

@@ -68,6 +68,14 @@ export const ALL_MODELS = [
name: "gpt-4-32k-0314",
available: ENABLE_GPT4,
},
{
name: "gpt-4-mobile",
available: ENABLE_GPT4,
},
{
name: "text-davinci-002-render-sha-mobile",
available: true,
},
{
name: "gpt-3.5-turbo",
available: true,