mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 12:36:27 -05:00
AI Responses Become Repetitive After Several Dialog Turns #1925
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 @calvinfungcn on GitHub (Aug 29, 2024).
Description
I have deployed Open WebUI locally using Docker and configured the OpenAI API endpoint and key. Initially, the chat functionality works well, but after several turns in a conversation, the AI responses become repetitive and often revert to answering a previous question.
Is there a recommended way to manage conversation context effectively?
Thank you for your assistance!