💄 style: update GitHub Models (#5683)

This commit is contained in:
柴米油盐的梦想
2025-02-04 23:02:14 +08:00
committed by GitHub
parent a6a6e6b9f9
commit ed4e048557
2 changed files with 57 additions and 5 deletions
+30 -2
View File
@@ -58,7 +58,7 @@ const githubChatModels: AIChatModelCard[] = [
functionCall: true,
vision: true,
},
contextWindowTokens: 128_000,
contextWindowTokens: 134_144,
description: '一种经济高效的AI解决方案,适用于多种文本和图像任务。',
displayName: 'OpenAI GPT-4o mini',
enabled: true,
@@ -71,11 +71,18 @@ const githubChatModels: AIChatModelCard[] = [
functionCall: true,
vision: true,
},
contextWindowTokens: 128_000,
contextWindowTokens: 134_144,
description: 'OpenAI GPT-4系列中最先进的多模态模型,可以处理文本和图像输入。',
displayName: 'OpenAI GPT-4o',
enabled: true,
id: 'gpt-4o',
maxOutput: 16_384,
type: 'chat',
},
{
contextWindowTokens: 128_000,
displayName: 'DeepSeek R1',
id: 'DeepSeek-R1',
maxOutput: 4096,
type: 'chat',
},
@@ -145,6 +152,13 @@ const githubChatModels: AIChatModelCard[] = [
maxOutput: 4096,
type: 'chat',
},
{
contextWindowTokens: 262_144,
displayName: 'Codestral',
id: 'Codestral-2501',
maxOutput: 4096,
type: 'chat',
},
{
abilities: {
vision: true,
@@ -210,6 +224,20 @@ const githubChatModels: AIChatModelCard[] = [
maxOutput: 4096,
type: 'chat',
},
{
contextWindowTokens: 16_384,
displayName: 'Phi 4',
id: 'Phi-4',
maxOutput: 16_384,
type: 'chat',
},
{
contextWindowTokens: 131_072,
displayName: 'Phi 3.5 MoE',
id: 'Phi-3.5-MoE-instruct',
maxOutput: 4096,
type: 'chat',
},
{
contextWindowTokens: 131_072,
description: 'Phi-3-mini模型的更新版。',
+27 -3
View File
@@ -37,7 +37,7 @@ const Github: ModelProviderCard = {
vision: true,
},
{
contextWindowTokens: 128_000,
contextWindowTokens: 134_144,
description: '一种经济高效的AI解决方案,适用于多种文本和图像任务。',
displayName: 'OpenAI GPT-4o mini',
enabled: true,
@@ -47,15 +47,21 @@ const Github: ModelProviderCard = {
vision: true,
},
{
contextWindowTokens: 128_000,
contextWindowTokens: 134_144,
description: 'OpenAI GPT-4系列中最先进的多模态模型,可以处理文本和图像输入。',
displayName: 'OpenAI GPT-4o',
enabled: true,
functionCall: true,
id: 'gpt-4o',
maxOutput: 4096,
maxOutput: 16_384,
vision: true,
},
{
contextWindowTokens: 128_000,
displayName: 'DeepSeek R1',
id: 'DeepSeek-R1',
maxOutput: 4096,
},
{
contextWindowTokens: 262_144,
description:
@@ -112,6 +118,12 @@ const Github: ModelProviderCard = {
id: 'mistral-large',
maxOutput: 4096,
},
{
contextWindowTokens: 262_144,
displayName: 'Codestral',
id: 'Codestral-2501',
maxOutput: 4096,
},
{
contextWindowTokens: 131_072,
description: '在高分辨率图像上表现出色的图像推理能力,适用于视觉理解应用。',
@@ -166,6 +178,18 @@ const Github: ModelProviderCard = {
id: 'meta-llama-3-70b-instruct',
maxOutput: 4096,
},
{
contextWindowTokens: 16_384,
displayName: 'Phi 4',
id: 'Phi-4',
maxOutput: 16_384,
},
{
contextWindowTokens: 131_072,
displayName: 'Phi 3.5 MoE',
id: 'Phi-3.5-MoE-instruct',
maxOutput: 4096,
},
{
contextWindowTokens: 131_072,
description: 'Phi-3-mini模型的更新版。',