data: 为各类别产品分配子类别
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
"is_open_source": false,
|
||||
"license": "Proprietary",
|
||||
"description": "GPT-4增强版,128K上下文",
|
||||
"created_at": "2024-01-01"
|
||||
"created_at": "2024-01-01",
|
||||
"subcategory_id": "chat"
|
||||
},
|
||||
{
|
||||
"id": "gpt35",
|
||||
@@ -50,7 +51,8 @@
|
||||
"is_open_source": false,
|
||||
"license": "Proprietary",
|
||||
"description": "性价比高的通用模型",
|
||||
"created_at": "2024-01-01"
|
||||
"created_at": "2024-01-01",
|
||||
"subcategory_id": "chat"
|
||||
},
|
||||
{
|
||||
"id": "claude3opus",
|
||||
@@ -66,7 +68,8 @@
|
||||
"is_open_source": false,
|
||||
"license": "Proprietary",
|
||||
"description": "Anthropic最强模型,200K上下文",
|
||||
"created_at": "2024-01-01"
|
||||
"created_at": "2024-01-01",
|
||||
"subcategory_id": "code"
|
||||
},
|
||||
{
|
||||
"id": "claude3sonnet",
|
||||
@@ -82,7 +85,8 @@
|
||||
"is_open_source": false,
|
||||
"license": "Proprietary",
|
||||
"description": "平衡性能与成本",
|
||||
"created_at": "2024-01-01"
|
||||
"created_at": "2024-01-01",
|
||||
"subcategory_id": "chat"
|
||||
},
|
||||
{
|
||||
"id": "llama270b",
|
||||
@@ -98,7 +102,8 @@
|
||||
"is_open_source": true,
|
||||
"license": "Llama 2 Community",
|
||||
"description": "Meta开源大模型,70B参数",
|
||||
"created_at": "2024-01-01"
|
||||
"created_at": "2024-01-01",
|
||||
"subcategory_id": "chat"
|
||||
},
|
||||
{
|
||||
"id": "llama3",
|
||||
@@ -114,7 +119,8 @@
|
||||
"is_open_source": true,
|
||||
"license": "Llama 3 Community",
|
||||
"description": "Meta最新开源模型,性能接近GPT-4",
|
||||
"created_at": "2024-01-01"
|
||||
"created_at": "2024-01-01",
|
||||
"subcategory_id": "code"
|
||||
},
|
||||
{
|
||||
"id": "mistral7b",
|
||||
@@ -130,7 +136,8 @@
|
||||
"is_open_source": true,
|
||||
"license": "Apache 2.0",
|
||||
"description": "小巧高效的开源模型",
|
||||
"created_at": "2024-01-01"
|
||||
"created_at": "2024-01-01",
|
||||
"subcategory_id": "chat"
|
||||
},
|
||||
{
|
||||
"id": "mixtral8x7b",
|
||||
@@ -146,7 +153,8 @@
|
||||
"is_open_source": true,
|
||||
"license": "Apache 2.0",
|
||||
"description": "MoE架构,高效推理",
|
||||
"created_at": "2024-01-01"
|
||||
"created_at": "2024-01-01",
|
||||
"subcategory_id": "chat"
|
||||
},
|
||||
{
|
||||
"id": "qwen72b",
|
||||
@@ -162,7 +170,8 @@
|
||||
"is_open_source": true,
|
||||
"license": "Apache 2.0",
|
||||
"description": "阿里开源大模型,中文能力强",
|
||||
"created_at": "2024-01-01"
|
||||
"created_at": "2024-01-01",
|
||||
"subcategory_id": "chat"
|
||||
},
|
||||
{
|
||||
"id": "deepseekv3",
|
||||
@@ -178,7 +187,8 @@
|
||||
"is_open_source": true,
|
||||
"license": "MIT",
|
||||
"description": "DeepSeek最新模型,性价比极高",
|
||||
"created_at": "2024-01-01"
|
||||
"created_at": "2024-01-01",
|
||||
"subcategory_id": "code"
|
||||
},
|
||||
{
|
||||
"id": "glm4",
|
||||
@@ -195,6 +205,7 @@
|
||||
"license": "Proprietary",
|
||||
"description": "智谱AI大模型,中文能力强",
|
||||
"created_at": "2024-01-01",
|
||||
"visible": false
|
||||
"visible": false,
|
||||
"subcategory_id": "chat"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user