mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Ollama plugin's update wanted. #486
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?
Originally created by @sunisstar on GitHub (Jul 25, 2025).
Self Checks
Dify version
1.7.0
Plugin version
0.0.6
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Now ollama can set a parameter to open or close thinking tag, but there's no way for dify's ollama plugin to set it.
refer to: https://github.com/ollama/ollama/releases/tag/v0.9.0
curl http://localhost:11434/api/chat -d '{
"model": "deepseek-r1",
"messages": [
{
"role": "user",
"content": "Why is the sky blue?"
},
],
"think": true
}'
✔️ Error log
Really need this be fixed.
@dosubot[bot] commented on GitHub (Aug 19, 2025):
Hi, @sunisstar. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!