Skip to content

Commit

Permalink
💄 style: add Qwen2.5-72B-Instruct model on HF provider (#4530)
Browse files Browse the repository at this point in the history
增加Qwen2.5-72B-Instruct模型
  • Loading branch information
kuangquanshuisn authored Oct 29, 2024
1 parent 7d20978 commit d3c2f7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config/modelProviders/huggingface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ const HuggingFace: ModelProviderCard = {
id: 'google/gemma-2-2b-it',
tokens: 8192,
},
{
description: '阿里云通义千问团队开发的大型语言模型',
displayName: 'Qwen 2.5 72B Instruct',
id: 'Qwen/Qwen2.5-72B-Instruct',
tokens: 32_768,
},
],
checkModel: 'mistralai/Mistral-7B-Instruct-v0.2',
description:
Expand Down

0 comments on commit d3c2f7a

Please sign in to comment.