I have searched the existing issues and discussions.
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
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
- [x] I have searched the existing issues and discussions.
### 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_
@codeMonkey-shin commented on GitHub (Mar 7, 2025):
Already support as Functions!
But isn't that using Google Translate? I want to use my local model to handle the translation.
<!-- gh-comment-id:2705713774 -->
@codeMonkey-shin commented on GitHub (Mar 7, 2025):
> Already support as Functions!
But isn't that using Google Translate? I want to use my local model to handle the translation.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.