mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
format correct url on websearch results #1265
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 @delfireinoso on GitHub (Jun 14, 2024).
Is your feature request related to a problem? Please describe.
When we ask for an interaction through web search we get som url that came with the query result
The problem is that those url are not formated to link the real page but a caption of the information that the model has used to format the reply
Describe the solution you'd like
I would prefer a link to the real page.
Describe alternatives you've considered
Perhaps sould be an option: real url linking the page or result obtained by the search
Additional context