mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
model clean-up
This commit is contained in:
parent
04e29036e3
commit
dc0f4a6327
@ -95,18 +95,6 @@ export const KnowledgeCutOffDate: Record<string, string> = {
|
||||
};
|
||||
|
||||
export const DEFAULT_MODELS = [
|
||||
{
|
||||
name: "gpt-4-1106-preview",
|
||||
available: true,
|
||||
},
|
||||
{
|
||||
name: "gpt-4-vision-preview",
|
||||
available: true,
|
||||
},
|
||||
{
|
||||
name: "gpt-3.5-turbo-1106",
|
||||
available: true,
|
||||
},
|
||||
{
|
||||
name: "gpt-4",
|
||||
available: true,
|
||||
@ -143,14 +131,6 @@ export const DEFAULT_MODELS = [
|
||||
name: "gpt-3.5-turbo",
|
||||
available: true,
|
||||
},
|
||||
{
|
||||
name: "gpt-3.5-turbo-1106",
|
||||
available: true,
|
||||
},
|
||||
{
|
||||
name: "gpt-3.5-turbo-0301",
|
||||
available: true,
|
||||
},
|
||||
{
|
||||
name: "gpt-3.5-turbo-0613",
|
||||
available: true,
|
||||
|
Loading…
Reference in New Issue
Block a user