Skip to content

Commit 0676d0a

Browse files
authored
💄 style: Update github model list (lobehub#5920)
1 parent 8a185d3 commit 0676d0a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

src/config/aiModels/github.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,18 @@ const githubChatModels: AIChatModelCard[] = [
188188
maxOutput: 4096,
189189
type: 'chat',
190190
},
191+
{
192+
abilities: {
193+
functionCall: true,
194+
},
195+
contextWindowTokens: 32_768,
196+
description:
197+
'Llama 3.3 是 Llama 系列最先进的多语言开源大型语言模型,以极低成本体验媲美 405B 模型的性能。基于 Transformer 结构,并通过监督微调(SFT)和人类反馈强化学习(RLHF)提升有用性和安全性。其指令调优版本专为多语言对话优化,在多项行业基准上表现优于众多开源和封闭聊天模型。知识截止日期为 2023 年 12 月',
198+
displayName: 'Llama 3.3 70B Instruct',
199+
enabled: true,
200+
id: 'llama-3.3-70b-instruct',
201+
type: 'chat',
202+
},
191203
{
192204
contextWindowTokens: 131_072,
193205
description:

src/config/modelProviders/github.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,15 @@ const Github: ModelProviderCard = {
140140
maxOutput: 4096,
141141
vision: true,
142142
},
143+
{
144+
contextWindowTokens: 32_768,
145+
description:
146+
'Llama 3.3 是 Llama 系列最先进的多语言开源大型语言模型,以极低成本体验媲美 405B 模型的性能。基于 Transformer 结构,并通过监督微调(SFT)和人类反馈强化学习(RLHF)提升有用性和安全性。其指令调优版本专为多语言对话优化,在多项行业基准上表现优于众多开源和封闭聊天模型。知识截止日期为 2023 年 12 月',
147+
displayName: 'Llama 3.3 70B Instruct',
148+
enabled: true,
149+
functionCall: true,
150+
id: 'llama-3.3-70b-instruct',
151+
},
143152
{
144153
contextWindowTokens: 131_072,
145154
description:

0 commit comments

Comments
 (0)