mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
OpenAI models second time user input is discarded #65
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 @luisherranz on GitHub (Nov 28, 2023).
Originally assigned to: @tjbck on GitHub.
Describe the bug
When using OpenAI models, the second user input is discarded and instead, the first input is repeated again. It happens cyclically.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The second output should be the answer to the second question.
Screenshots
https://github.com/ollama-webui/ollama-webui/assets/3305402/da2972e5-0e02-4725-8fed-5169f83dd20a
Desktop (please complete the following information):
@tjbck commented on GitHub (Nov 28, 2023):
Hi, Thanks for letting us know! Just merged the branch with the fix. Please try out the latest version and let me know if the issue persists, Keep us updated!
@luisherranz commented on GitHub (Nov 29, 2023):
Working great, thank you 🙂