You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The POST request to OpenWebUI completions endpoint is not containing the previous messages sent and thus every message represents a new discussion. It would be great if all previous messages were sent as well so that this looks like a more real interaction with the LLM, with the ability to remember what has been discussed so far instead of starting always over. What do you think?