File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,18 @@ const githubChatModels: AIChatModelCard[] = [
188
188
maxOutput : 4096 ,
189
189
type : 'chat' ,
190
190
} ,
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
+ } ,
191
203
{
192
204
contextWindowTokens : 131_072 ,
193
205
description :
Original file line number Diff line number Diff line change @@ -140,6 +140,15 @@ const Github: ModelProviderCard = {
140
140
maxOutput : 4096 ,
141
141
vision : true ,
142
142
} ,
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
+ } ,
143
152
{
144
153
contextWindowTokens : 131_072 ,
145
154
description :
You can’t perform that action at this time.
0 commit comments