Closed dadastory closed 1 day ago
I tried to modify a certain model parameter on the workbench, such as gpt-4o, modify parameters such as temperature or top k, max token, etc. After publishing and updating, the configuration in the dialog did not take effect, and I could only create a new dialog. At this time, configure will take effect
Yes the configuration only takes effect for the new conversation. In another word, this is an expected behavior, see this as well https://github.com/langgenius/dify/issues/10599#issuecomment-2470553368
Self Checks
Dify version
0.11.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I tried to modify a certain model parameter on the workbench, such as gpt-4o, modify parameters such as temperature or top k, max token, etc. After publishing and updating, the configuration in the dialog did not take effect, and I could only create a new dialog. At this time, configure will take effect
✔️ Expected Behavior
After the configuration of the same model is modified or the model is replaced, the historical conversations can be modified and updated synchronously to ensure a better user experience.
❌ Actual Behavior
This problem is very unfriendly to users who have preset parameter variables, because they must re-add a new conversation and repeatedly fill in the topic variables of the previous conversation, and modifications to some problematic conversation parameter configurations cannot take effect immediately.