Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💄 style: update HuggingFace model list, add QwQ 32B Preview #4867

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/config/modelProviders/huggingface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ const HuggingFace: ModelProviderCard = {
id: 'Qwen/Qwen2.5-Coder-32B-Instruct',
tokens: 32_768,
},
{
description: 'Qwen QwQ 是由 Qwen 团队开发的实验研究模型,专注于提升AI推理能力。',
displayName: 'QwQ 32B Preview',
id: 'Qwen/QwQ-32B-Preview',
tokens: 32_768,
},
{
displayName: 'Phi 3.5 mini instruct',
id: 'microsoft/Phi-3.5-mini-instruct',
Expand Down
Loading