[PR #179] [MERGED] feat: gitee ai models update #1152

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/179
Author: @fchange
Created: 1/23/2025
Status: Merged
Merged: 1/28/2025
Merged by: @Yeuoly

Base: mainHead: main


📝 Commits (1)

  • bcc0f86 feat: gitee ai models update

📊 Changes

33 files changed (+657 additions, -98 deletions)

View changed files

📝 models/gitee_ai/README.md (+1 -1)
📝 models/gitee_ai/manifest.yaml (+1 -1)
models/gitee_ai/models/llm/InternVL2-8B.yaml (+91 -0)
models/gitee_ai/models/llm/InternVL2.5-26B.yaml (+91 -0)
models/gitee_ai/models/llm/InternVL2.5-78B.yaml (+91 -0)
📝 models/gitee_ai/models/llm/QwQ-32B-Preview.yaml (+18 -16)
📝 models/gitee_ai/models/llm/Qwen2-72B-Instruct.yaml (+3 -2)
📝 models/gitee_ai/models/llm/Qwen2-7B-Instruct.yaml (+3 -2)
models/gitee_ai/models/llm/Qwen2-VL-72B.yaml (+91 -0)
models/gitee_ai/models/llm/Qwen2.5-14B-Instruct.yaml (+92 -0)
models/gitee_ai/models/llm/Qwen2.5-32B-Instruct.yaml (+92 -0)
📝 models/gitee_ai/models/llm/Qwen2.5-72B-Instruct.yaml (+1 -2)
📝 models/gitee_ai/models/llm/Yi-34B-Chat.yaml (+4 -4)
📝 models/gitee_ai/models/llm/_position.yaml (+9 -3)
📝 models/gitee_ai/models/llm/codegeex4-all-9b.yaml (+2 -2)
📝 models/gitee_ai/models/llm/deepseek-coder-33B-instruct.yaml (+5 -5)
📝 models/gitee_ai/models/llm/glm-4-9b-chat.yaml (+1 -1)
📝 models/gitee_ai/models/llm/llm.py (+7 -14)
📝 models/gitee_ai/models/rerank/_position.yaml (+1 -0)
models/gitee_ai/models/rerank/bce-reranker-base_v1.yaml (+4 -0)

...and 13 more files

📄 Description

已更新版本号


🔄 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/179 **Author:** [@fchange](https://github.com/fchange) **Created:** 1/23/2025 **Status:** ✅ Merged **Merged:** 1/28/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`bcc0f86`](https://github.com/langgenius/dify-official-plugins/commit/bcc0f86552d8f514c79fad7f43c089fde3eaa4b1) feat: gitee ai models update ### 📊 Changes **33 files changed** (+657 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `models/gitee_ai/README.md` (+1 -1) 📝 `models/gitee_ai/manifest.yaml` (+1 -1) ➕ `models/gitee_ai/models/llm/InternVL2-8B.yaml` (+91 -0) ➕ `models/gitee_ai/models/llm/InternVL2.5-26B.yaml` (+91 -0) ➕ `models/gitee_ai/models/llm/InternVL2.5-78B.yaml` (+91 -0) 📝 `models/gitee_ai/models/llm/QwQ-32B-Preview.yaml` (+18 -16) 📝 `models/gitee_ai/models/llm/Qwen2-72B-Instruct.yaml` (+3 -2) 📝 `models/gitee_ai/models/llm/Qwen2-7B-Instruct.yaml` (+3 -2) ➕ `models/gitee_ai/models/llm/Qwen2-VL-72B.yaml` (+91 -0) ➕ `models/gitee_ai/models/llm/Qwen2.5-14B-Instruct.yaml` (+92 -0) ➕ `models/gitee_ai/models/llm/Qwen2.5-32B-Instruct.yaml` (+92 -0) 📝 `models/gitee_ai/models/llm/Qwen2.5-72B-Instruct.yaml` (+1 -2) 📝 `models/gitee_ai/models/llm/Yi-34B-Chat.yaml` (+4 -4) 📝 `models/gitee_ai/models/llm/_position.yaml` (+9 -3) 📝 `models/gitee_ai/models/llm/codegeex4-all-9b.yaml` (+2 -2) 📝 `models/gitee_ai/models/llm/deepseek-coder-33B-instruct.yaml` (+5 -5) 📝 `models/gitee_ai/models/llm/glm-4-9b-chat.yaml` (+1 -1) 📝 `models/gitee_ai/models/llm/llm.py` (+7 -14) 📝 `models/gitee_ai/models/rerank/_position.yaml` (+1 -0) ➕ `models/gitee_ai/models/rerank/bce-reranker-base_v1.yaml` (+4 -0) _...and 13 more files_ </details> ### 📄 Description 已更新版本号 --- <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:07 -05:00
yindo closed this issue 2026-02-16 10:22:07 -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#1152