[PR #398] [MERGED] feat(tongyi): add file-id support for qwen-long document feature #1342

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/398
Author: @KagurazakaNyaa
Created: 3/7/2025
Status: Merged
Merged: 3/11/2025
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (2)

📊 Changes

4 files changed (+228 additions, -50 deletions)

View changed files

📝 models/tongyi/manifest.yaml (+1 -1)
📝 models/tongyi/models/llm/llm.py (+220 -44)
📝 models/tongyi/models/llm/qwen-long.yaml (+4 -3)
📝 models/tongyi/requirements.txt (+3 -2)

📄 Description

Close https://github.com/langgenius/dify/issues/14951
Fix https://github.com/langgenius/dify/issues/15546

add file upload for tongyi for qwen-long
ref1: https://bailian.console.aliyun.com/#/model-market/detail/qwen-long
ref2: https://help.aliyun.com/zh/model-studio/developer-reference/openai-file-interface


🔄 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/398 **Author:** [@KagurazakaNyaa](https://github.com/KagurazakaNyaa) **Created:** 3/7/2025 **Status:** ✅ Merged **Merged:** 3/11/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`c0489de`](https://github.com/langgenius/dify-official-plugins/commit/c0489de826169056e6e202bbfed30ec1dd406392) resolve conflicts - [`606c89d`](https://github.com/langgenius/dify-official-plugins/commit/606c89d3b2e7afaa16970f606e0b515e716bdaf5) fix: error ### 📊 Changes **4 files changed** (+228 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `models/tongyi/manifest.yaml` (+1 -1) 📝 `models/tongyi/models/llm/llm.py` (+220 -44) 📝 `models/tongyi/models/llm/qwen-long.yaml` (+4 -3) 📝 `models/tongyi/requirements.txt` (+3 -2) </details> ### 📄 Description Close https://github.com/langgenius/dify/issues/14951 Fix https://github.com/langgenius/dify/issues/15546 add file upload for tongyi for qwen-long ref1: https://bailian.console.aliyun.com/#/model-market/detail/qwen-long ref2: https://help.aliyun.com/zh/model-studio/developer-reference/openai-file-interface --- <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:41 -05:00
yindo closed this issue 2026-02-16 10:22:41 -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#1342