mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-16 02:28:20 -04:00
[PR #130] [MERGED] Google Translate Integration #318
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/pipelines/pull/130
Author: @OriginalSimon
Created: 6/28/2024
Status: ✅ Merged
Merged: 6/29/2024
Merged by: @tjbck
Base:
main← Head:main📝 Commits (7)
a753599add google translate8d3bc09add description539cbe1Added caching and optimization for Markdown table translationeab74e3Fix table delimiters in translated text05d480bImplemented proper code handling to avoid language translation77ae1e9Remove caching7e8992dMerge branch 'open-webui:main' into main📊 Changes
1 file changed (+185 additions, -0 deletions)
View changed files
➕
examples/filters/google_translation_filter_pipeline.py(+185 -0)📄 Description
I propose to include the function of automatic translation of user and assistant messages using Google Translate in our project. The function does not require the use of API key and uses publicly available API points.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.