[PR #475] [CLOSED] feat: support 'encouraged_response_prefix' parameter of LLM #1391

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/475
Author: @acelyc111
Created: 3/17/2025
Status: Closed

Base: mainHead: r1+force_think


📝 Commits (2)

  • 4a49bbe feat: support 'encouraged_response_prefix' parameter of LLM
  • b1cb87d 1

📊 Changes

6 files changed (+48 additions, -3 deletions)

View changed files

📝 models/tongyi/models/llm/deepseek-r1-distill-qwen-14B.yaml (+3 -0)
📝 models/tongyi/models/llm/deepseek-r1-distill-qwen-32B.yaml (+3 -0)
📝 models/tongyi/models/llm/deepseek-r1.yaml (+3 -0)
📝 models/tongyi/provider/tongyi.yaml (+10 -0)
📝 models/volcengine_maas/models/llm/llm.py (+14 -0)
📝 models/volcengine_maas/models/llm/models.py (+15 -3)

📄 Description

https://github.com/langgenius/dify/pull/15945


🔄 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/475 **Author:** [@acelyc111](https://github.com/acelyc111) **Created:** 3/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `r1+force_think` --- ### 📝 Commits (2) - [`4a49bbe`](https://github.com/langgenius/dify-official-plugins/commit/4a49bbed148d1df60ceb12e046621f0fdac98d9a) feat: support 'encouraged_response_prefix' parameter of LLM - [`b1cb87d`](https://github.com/langgenius/dify-official-plugins/commit/b1cb87de3d5b09e3a24bf6a54e72b282f1016d47) 1 ### 📊 Changes **6 files changed** (+48 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `models/tongyi/models/llm/deepseek-r1-distill-qwen-14B.yaml` (+3 -0) 📝 `models/tongyi/models/llm/deepseek-r1-distill-qwen-32B.yaml` (+3 -0) 📝 `models/tongyi/models/llm/deepseek-r1.yaml` (+3 -0) 📝 `models/tongyi/provider/tongyi.yaml` (+10 -0) 📝 `models/volcengine_maas/models/llm/llm.py` (+14 -0) 📝 `models/volcengine_maas/models/llm/models.py` (+15 -3) </details> ### 📄 Description https://github.com/langgenius/dify/pull/15945 --- <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:48 -05:00
yindo closed this issue 2026-02-16 10:22:48 -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#1391