mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #52] [CLOSED] feat: add 'encouraged_response_prefix' parameter for LLM #108
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/52
Author: @acelyc111
Created: 3/16/2025
Status: ❌ Closed
Base:
main← Head:add_para📝 Commits (2)
1679a59feat: add 'encouraged_response_prefix' parameter for LLMa330bfacr1📊 Changes
3 files changed (+24 additions, -0 deletions)
View changed files
📝
python/dify_plugin/entities/model/__init__.py(+16 -0)📝
python/dify_plugin/entities/model/message.py(+1 -0)📝
python/dify_plugin/interfaces/model/large_language_model.py(+7 -0)📄 Description
Add a new 'encouraged_response_prefix' parameter for LLMs, for example, it's helpful to achieve the Chat Prefix Completion feature of DeepSeek models.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.