mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #16468] feat: Searxng - define language #33447
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 @chdid on GitHub (Aug 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16468
Check Existing Issues
Problem Description
Searxng is forced to use the "en-US" language in the openwebui code.
In my case, the searches are biased in French.
I had to implement a workaround to proxy the Searxng search and set the language parameter to "fr-FR".
Desired Solution you'd like
In the "Web Search" settings, have a field to define the language to use in Searxng.
Or, more simply, remove the hardcoded field from the code and specify it in the Searxng settings.
Alternatives Considered
No response
Additional Context
No response