mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #10843] Feature: Queue multiple messages #31579
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 @thistleknot on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10843
Sometimes working code I'd like to ask the llm to respond in a serial fashion to the inputs I'm sending). Kind of like batch. Where I can send one function at a time for the llm to translate.
An alternative might be using an agent to read a file, and process one incoming message at a time in a serial fashion appending to a chat memory.