[PR #5013] feat: support hunyuan llm models #24733

Closed
opened 2026-02-21 20:23:34 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/5013

State: closed
Merged: Yes


Description

Support for hunyuan llm models, includes: hunyuan-lite, hunyuan-standard, hunyuan-standard-256k, hunyuan-pro.

Close #4639

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update, included: Dify Document
  • Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement
  • Dependency upgrade

How Has This Been Tested?

截屏2024-06-04 16 06 29
截屏2024-06-04 17 03 53
截屏2024-06-07 10 24 31
截屏2024-06-07 10 24 44

Suggested Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
  • optional I have made corresponding changes to the documentation
  • optional I have added tests that prove my fix is effective or that my feature works
  • optional New and existing unit tests pass locally with my changes
**Original Pull Request:** https://github.com/langgenius/dify/pull/5013 **State:** closed **Merged:** Yes --- # Description Support for hunyuan llm models, includes: hunyuan-lite, hunyuan-standard, hunyuan-standard-256k, hunyuan-pro. Close #4639 ## Type of Change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [ ] Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement - [ ] Dependency upgrade # How Has This Been Tested? ![截屏2024-06-04 16 06 29](https://github.com/langgenius/dify/assets/3864413/aa0e3d81-ee30-4b4f-af33-918d54813ea8) ![截屏2024-06-04 17 03 53](https://github.com/langgenius/dify/assets/3864413/81a3e4f3-3b6d-47cc-a6b1-a40923bdaaf1) <img width="694" alt="截屏2024-06-07 10 24 31" src="https://github.com/langgenius/dify/assets/3864413/8d4d7bff-700a-4056-b41d-e3a1ee7eb7de"> <img width="306" alt="截屏2024-06-07 10 24 44" src="https://github.com/langgenius/dify/assets/3864413/620a791e-2b10-42f4-bc9e-658c3c1ce38f"> # Suggested Checklist: - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] My changes generate no new warnings - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods - [ ] `optional` I have made corresponding changes to the documentation - [ ] `optional` I have added tests that prove my fix is effective or that my feature works - [ ] `optional` New and existing unit tests pass locally with my changes
yindo added the pull-request label 2026-02-21 20:23:34 -05:00
yindo closed this issue 2026-02-21 20:23:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#24733