mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #11251] feat: New features to improve multilingual performance #16158
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 @codeMonkey-shin on GitHub (Mar 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11251
Check Existing Issues
Problem Description
I would like to make better use of a good model that does not support multiple languages.
Desired Solution you'd like
In terms of multilingualism, is there a way to make it easier to process the process of first generating an answer using a large model and then translating the output answer using a small translation model?
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Mar 6, 2025):
Already support as Functions!
@codeMonkey-shin commented on GitHub (Mar 7, 2025):
But isn't that using Google Translate? I want to use my local model to handle the translation.