[PR #130] [MERGED] Google Translate Integration #318

Closed
opened 2026-02-15 20:15:04 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (7)

  • a753599 add google translate
  • 8d3bc09 add description
  • 539cbe1 Added caching and optimization for Markdown table translation
  • eab74e3 Fix table delimiters in translated text
  • 05d480b Implemented proper code handling to avoid language translation
  • 77ae1e9 Remove caching
  • 7e8992d Merge 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.

Переводчик Гугл для Open WebUI
Пишіть код на C++ та C та Python - привіт світу


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/130 **Author:** [@OriginalSimon](https://github.com/OriginalSimon) **Created:** 6/28/2024 **Status:** ✅ Merged **Merged:** 6/29/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`a753599`](https://github.com/open-webui/pipelines/commit/a7535994dc0a4bb149acee359df8c403cafb51ce) add google translate - [`8d3bc09`](https://github.com/open-webui/pipelines/commit/8d3bc097e3167b6f463107247c219a9dcdfc30b2) add description - [`539cbe1`](https://github.com/open-webui/pipelines/commit/539cbe1a4a2c5e3d86d677815411507e85501c5e) Added caching and optimization for Markdown table translation - [`eab74e3`](https://github.com/open-webui/pipelines/commit/eab74e356139905bf943d23cdcfd9dd8f4fa559c) Fix table delimiters in translated text - [`05d480b`](https://github.com/open-webui/pipelines/commit/05d480b1b2072b68b506172e294e0d0f3bc01073) Implemented proper code handling to avoid language translation - [`77ae1e9`](https://github.com/open-webui/pipelines/commit/77ae1e9a27165ec0c368165c80824671ef62e214) Remove caching - [`7e8992d`](https://github.com/open-webui/pipelines/commit/7e8992de81e2924b6467cb63f7a273c7879720f2) Merge branch 'open-webui:main' into main ### 📊 Changes **1 file changed** (+185 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/filters/google_translation_filter_pipeline.py` (+185 -0) </details> ### 📄 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. ![Переводчик Гугл для Open WebUI](https://github.com/open-webui/pipelines/assets/94782611/66097c08-dadd-4fac-aacd-f1c4ea7b10c7) ![Пишіть код на C++ та C та Python - привіт світу](https://github.com/open-webui/pipelines/assets/94782611/01b8e9f8-cda7-42af-938b-6d8e8115db85) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:04 -05:00
yindo closed this issue 2026-02-15 20:15:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#318