ChatBot generate nonsense #5354
Replies: 1 comment
|
To address the issue of the chatbot generating nonsensical and repetitive responses in Dify version 0.6.11, you can try the following steps:
Here is an example of setting the {
"model": "gpt-3.5-turbo",
"prompt": "Your prompt here",
"max_tokens": 500
}By following these steps, you can improve the quality of the responses generated by the chatbot. Additionally, you can refer to the integration tests provided in the Dify repository to ensure that your model setup and invocation are correct [1][2][3]. |
Uh oh!
There was an error while loading. Please reload this page.
Self Checks
Dify version
0.6.11
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
The problem appears randomly. with OpenAI GPTs or other LLM models
✔️ Expected Behavior
The nonsense should not exist in the response.
❌ Actual Behavior
There is a ton of nonsense after the response.
All reactions