mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #5616] Duplicated Web Search Query Generation #14054
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 @maxduke on GitHub (Sep 23, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5616
When multiple LLMs are used in parallel and Web Search is enabled, the Web Search Query Generation request is sent N times.
I think the Web Search Query Generation request should be sent only once in this case.
v0.3.23