[PR #414] [CLOSED] Fix Qwen 2.5 VL name #1353

Closed
opened 2026-02-16 10:22:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/414
Author: @zhangao0086
Created: 3/10/2025
Status: Closed

Base: mainHead: fix_qwen_2.5_vl_name


📝 Commits (3)

  • 176f598 feat: add Qwen 2.5 VL models
  • f40e164 fix: Fixed model names and labels in Qwen 2.5 VL model configuration file
  • e8cb354 chore(tongyi): 升级模型版本到 0.0.9

📊 Changes

5 files changed (+235 additions, -1 deletions)

View changed files

📝 models/tongyi/manifest.yaml (+1 -1)
📝 models/tongyi/models/llm/_position.yaml (+3 -0)
models/tongyi/models/llm/qwen2.5-vl-3b-instruct.yaml (+77 -0)
models/tongyi/models/llm/qwen2.5-vl-72b-instruct.yaml (+77 -0)
models/tongyi/models/llm/qwen2.5-vl-7b-instruct.yaml (+77 -0)

📄 Description

Sorry for making this mistake 😭


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/414 **Author:** [@zhangao0086](https://github.com/zhangao0086) **Created:** 3/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix_qwen_2.5_vl_name` --- ### 📝 Commits (3) - [`176f598`](https://github.com/langgenius/dify-official-plugins/commit/176f598076f17522b0d2fe2e5d882b9fbf550ed2) feat: add Qwen 2.5 VL models - [`f40e164`](https://github.com/langgenius/dify-official-plugins/commit/f40e164e966761887cd0478e0e881994ae54811c) fix: Fixed model names and labels in Qwen 2.5 VL model configuration file - [`e8cb354`](https://github.com/langgenius/dify-official-plugins/commit/e8cb354537c4c75510ac572e927c442bdb147d16) chore(tongyi): 升级模型版本到 0.0.9 ### 📊 Changes **5 files changed** (+235 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/tongyi/manifest.yaml` (+1 -1) 📝 `models/tongyi/models/llm/_position.yaml` (+3 -0) ➕ `models/tongyi/models/llm/qwen2.5-vl-3b-instruct.yaml` (+77 -0) ➕ `models/tongyi/models/llm/qwen2.5-vl-72b-instruct.yaml` (+77 -0) ➕ `models/tongyi/models/llm/qwen2.5-vl-7b-instruct.yaml` (+77 -0) </details> ### 📄 Description Sorry for making this mistake 😭 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:42 -05:00
yindo closed this issue 2026-02-16 10:22:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1353