From 0676d0a77aa2380fad4b621504b437d8254914f1 Mon Sep 17 00:00:00 2001 From: opoet Date: Sun, 9 Feb 2025 14:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20Update=20github=20model?= =?UTF-8?q?=20list=20(#5920)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/aiModels/github.ts | 12 ++++++++++++ src/config/modelProviders/github.ts | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/src/config/aiModels/github.ts b/src/config/aiModels/github.ts index 27062aa07a378..36841a8fe6236 100644 --- a/src/config/aiModels/github.ts +++ b/src/config/aiModels/github.ts @@ -188,6 +188,18 @@ const githubChatModels: AIChatModelCard[] = [ maxOutput: 4096, type: 'chat', }, + { + abilities: { + functionCall: true, + }, + contextWindowTokens: 32_768, + description: + 'Llama 3.3 是 Llama 系列最先进的多语言开源大型语言模型,以极低成本体验媲美 405B 模型的性能。基于 Transformer 结构,并通过监督微调(SFT)和人类反馈强化学习(RLHF)提升有用性和安全性。其指令调优版本专为多语言对话优化,在多项行业基准上表现优于众多开源和封闭聊天模型。知识截止日期为 2023 年 12 月', + displayName: 'Llama 3.3 70B Instruct', + enabled: true, + id: 'llama-3.3-70b-instruct', + type: 'chat', + }, { contextWindowTokens: 131_072, description: diff --git a/src/config/modelProviders/github.ts b/src/config/modelProviders/github.ts index 8b329d40aca4c..ec75efd353eaa 100644 --- a/src/config/modelProviders/github.ts +++ b/src/config/modelProviders/github.ts @@ -140,6 +140,15 @@ const Github: ModelProviderCard = { maxOutput: 4096, vision: true, }, + { + contextWindowTokens: 32_768, + description: + 'Llama 3.3 是 Llama 系列最先进的多语言开源大型语言模型,以极低成本体验媲美 405B 模型的性能。基于 Transformer 结构,并通过监督微调(SFT)和人类反馈强化学习(RLHF)提升有用性和安全性。其指令调优版本专为多语言对话优化,在多项行业基准上表现优于众多开源和封闭聊天模型。知识截止日期为 2023 年 12 月', + displayName: 'Llama 3.3 70B Instruct', + enabled: true, + functionCall: true, + id: 'llama-3.3-70b-instruct', + }, { contextWindowTokens: 131_072, description: