[PR #337] [MERGED] feat(hunyuan): sync updates from main repo #1296

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/337
Author: @RockChinQ
Created: 2/28/2025
Status: Merged
Merged: 2/28/2025
Merged by: @crazywoola

Base: mainHead: plugin/hunyuan


📝 Commits (2)

  • f7fa83f feat(hunyuan): sync updates from main repo
  • f8f3075 feat:Add support for stop parameter in hunyuan model

📊 Changes

10 files changed (+278 additions, -5 deletions)

View changed files

📝 models/hunyuan/manifest.yaml (+3 -4)
📝 models/hunyuan/models/llm/_position.yaml (+7 -0)
models/hunyuan/models/llm/hunyuan-functioncall.yaml (+38 -0)
models/hunyuan/models/llm/hunyuan-large-longcontext.yaml (+38 -0)
models/hunyuan/models/llm/hunyuan-large-role.yaml (+38 -0)
models/hunyuan/models/llm/hunyuan-large.yaml (+38 -0)
models/hunyuan/models/llm/hunyuan-role.yaml (+38 -0)
models/hunyuan/models/llm/hunyuan-turbo-latest.yaml (+38 -0)
models/hunyuan/models/llm/hunyuan-turbo-vision.yaml (+39 -0)
📝 models/hunyuan/models/llm/llm.py (+1 -1)

📄 Description

No description provided


🔄 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/337 **Author:** [@RockChinQ](https://github.com/RockChinQ) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `plugin/hunyuan` --- ### 📝 Commits (2) - [`f7fa83f`](https://github.com/langgenius/dify-official-plugins/commit/f7fa83f12ca5e690114c0d9d66a68e9f5f69cc3e) feat(hunyuan): sync updates from main repo - [`f8f3075`](https://github.com/langgenius/dify-official-plugins/commit/f8f3075086e2dc2485e2f82991a743cce03160fd) feat:Add support for stop parameter in hunyuan model ### 📊 Changes **10 files changed** (+278 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `models/hunyuan/manifest.yaml` (+3 -4) 📝 `models/hunyuan/models/llm/_position.yaml` (+7 -0) ➕ `models/hunyuan/models/llm/hunyuan-functioncall.yaml` (+38 -0) ➕ `models/hunyuan/models/llm/hunyuan-large-longcontext.yaml` (+38 -0) ➕ `models/hunyuan/models/llm/hunyuan-large-role.yaml` (+38 -0) ➕ `models/hunyuan/models/llm/hunyuan-large.yaml` (+38 -0) ➕ `models/hunyuan/models/llm/hunyuan-role.yaml` (+38 -0) ➕ `models/hunyuan/models/llm/hunyuan-turbo-latest.yaml` (+38 -0) ➕ `models/hunyuan/models/llm/hunyuan-turbo-vision.yaml` (+39 -0) 📝 `models/hunyuan/models/llm/llm.py` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:33 -05:00
yindo closed this issue 2026-02-16 10:22:33 -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#1296