fix constant.ts

This commit is contained in:
Clivia
2024-02-19 23:06:44 +08:00
committed by GitHub
parent 2d46df4c69
commit 9d2b654235

View File

@@ -127,6 +127,15 @@ export const DEFAULT_MODELS = [
providerType: "openai", providerType: "openai",
}, },
}, },
{
name: "gpt-4-mobile",
available: true,
provider: {
id: "openai",
providerName: "OpenAI",
providerType: "openai",
},
},
{ {
name: "gpt-4-0613", name: "gpt-4-0613",
available: true, available: true,