Skip to content

Commit

Permalink
💄 style: Update github model list (#5920)
Browse files Browse the repository at this point in the history
  • Loading branch information
opoet authored Feb 9, 2025
1 parent 8a185d3 commit 0676d0a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/config/aiModels/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions src/config/modelProviders/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0676d0a

Please # to comment.