Desktop (please complete the following information):
OS: macOS Sonoma
Browser Chrome 119
Version v1.0.0-alpha.11
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:
1. Select an OpenAI model, like GPT4-turbo
2. Ask something
3. Check the answer
4. Ask something different
5. The second output is the answer to the first question
**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):**
- OS: macOS Sonoma
- Browser Chrome 119
- Version v1.0.0-alpha.11
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!
@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!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 🙂