mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
The pipeline libretranslate translates automatically and not let user read the original answer so it will be good if you supports switching button or show translation in another box like chatgpt #84
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 @Llamadouble999q on GitHub (Jul 26, 2024).
Chatgpt translation plugin shows the translation under the llm’s answer with its own box if user click the button it shows the translation. But the open webui pipeline translation function it doesnt let user to review the original answer of llm anymore after it has been translated. It is very uncomfortable and can let user considere not to use if translation is not that much good.
But as you know libretranslate is not really good translator program yet it can cause uncomfortable situation too much often. If you make the switching button for switch between original answer and translated answer then it will be very useful and good.
@justinh-rahb commented on GitHub (Jul 27, 2024):
The LibreTranslate Action Button adds the translation below the original text:
https://openwebui.com/f/jthesse/libretranslate_action
@Llamadouble999q commented on GitHub (Jul 27, 2024):
Can you tell me how to connect it exactly? Should i delete libretranslate filter or keep it and add your information too?
@justinh-rahb commented on GitHub (Jul 27, 2024):
This uses the built-in Functions platform of WebUI instead of Pipelines server, but you'll find that even easier to use. Just go to Workspace > Functions
@Llamadouble999q commented on GitHub (Jul 27, 2024):
i tried but for another people the button for generate translate show up
but for me nothing show up.
i don't know what i should do really
Spent too much time so tired
@JKratto commented on GitHub (Dec 30, 2024):
I can't see any button as well. I don't know what I am doing wrong.
@JKratto commented on GitHub (Jan 1, 2025):
I have found it! So under Admin Panel -> Settings -> Models -> some model you want to enable for the translation button. Scroll down and check the tickbox:
Actions
To select actions here, add them to the "Functions" workspace first.
LibreTranslate Action
This enables the button (finally) for the specific model only!