dify
dify copied to clipboard
Model Parameters lost in some models.
Self Checks
- [x] This is only for bug report, if you would like to ask a question, please head to Discussions.
- [x] I have searched for existing issues search for existing issues, including closed ones.
- [x] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- [x] Please do not modify this template :) and fill in all the required fields.
Dify version
1.1.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When I choose some model (e.g. DeepSeek-R1-Distill-Qwen-32B), there is only max_tokens parameter can be configed.
✔️ Expected Behavior
Expect to config other parameters, like top_p.
❌ Actual Behavior
Only max_tokens parameter can be configed.
The models can be located in this repo https://github.com/langgenius/dify-official-plugins/tree/main/models/tongyi/models/llm.
Please provide the official docs to this model as well to see if this is missing. Feel free to submit a PR to fix possible issues. :)