mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #2408] Unable to use open-webui without setting up "Memory" #28398
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 @Kisaragi-ng on GitHub (May 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2408
Bug Report
Description
Bug Summary:
In version v0.1.125, open-webui is not passing chat into ollama, causing the chat just hang / stuck. However, by enabling Memory and creating one personality make the chat works properly.
Steps to Reproduce:
docker compose upExpected Behavior:
open-webui should still works without setting up Memory, as this feature is Experimental (and from my understanding, this is not mandatory).
Actual Behavior:
open-webui doesn't respond to chat.
Environment
Open WebUI Version: v0.1.125
Ollama (if applicable): 0.1.38
Operating System: docker
Browser (if applicable): Firefox 115.11.0esr, Edge 125.0.2535.51 (Official build) (64-bit)
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
firefox:
edge:
Docker Container Logs:
unfortunately, nothing interesting:
Screenshots (if applicable):

Memory disabled:
Memory enabled:

Memory entry:

Installation Method
Docker version 26.1.2, build 211e74b
Additional Information
I'm willing to provide additional information if required. during this open-webui usage, I have already make sure there are no ad blocker running active, and I also have tested this in private window without addon enabled resulting the same result. I also found this error after updating my docker image from
adb86c02cf4btob0ef2a0e3744(current main docker image).@mptyl commented on GitHub (May 20, 2024):
Same problem + error in connecting with openAI. An error windows pop-up appears with a join error. An OpenAI model can only be used by deleting the system prompt.
If you enable the memory, you can use the System prompt with OpenAI models like gpt-3.5.
To replicate the event:
@tjbck commented on GitHub (May 20, 2024):
Please pull the current latest main, and let me know if the issue persists!
@CultusMechanicus commented on GitHub (May 20, 2024):
It's still not working properly, now disabling the Memory toggle also disables the System Prompt too.
@tjbck commented on GitHub (May 20, 2024):
@CultusMechanicus Added a fix with #2427, let me know if the issue persists!
@JamesBedwell commented on GitHub (May 21, 2024):
This seems to be related to my issue #2441. I enabled memory and it allows me to send the message once again, but it ignores the system prompt. I have not yet tried the latest one with the fix #2427.