mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #13992] issue: Apparent State Sync Issue with OpenAI API from LocalAI #17097
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 @sempervictus on GitHub (May 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13992
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.9
Ollama Version (if applicable)
No response
Operating System
22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Submitting a processing request to a model should yield a response
Actual Behavior
After some time being connected to the localai API in the same docker environment, openwebui "loses track" of model interactions and returns empty responses while processing is clearly still ongoing. Other clients of the same API continue to work correctly including localai's own chat service and flowise.
Steps to Reproduce
localaiandopen-webuiin a docker environment (we also haveqdrantwired foropen-webuicontainer, in case that's "a thing")Logs & Screenshots
Additional Information
We've seen this when running against the pre-packaged
ollamaversion of the container as well but much more rarely so i'm guessing this may lie in some common state tracking logic shared between the APIs but exercised more with the OpenAI targets. May be a case of common expression for different root causes but figure its worth noting.