mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1250] [MERGED] feat: add plugin for DeepL #1796
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/langgenius/dify-official-plugins/pull/1250
Author: @jingfelix
Created: 7/9/2025
Status: ✅ Merged
Merged: 7/10/2025
Merged by: @crazywoola
Base:
main← Head:feat/deepl📝 Commits (2)
00bfab8feat: add plugin for DeepL7284a4afix: update SDK version📊 Changes
21 files changed (+2493 additions, -0 deletions)
View changed files
➕
tools/deepl/.difyignore(+180 -0)➕
tools/deepl/.env.example(+4 -0)➕
tools/deepl/.github/prompts/dify_plugin.prompt.md(+1416 -0)➕
tools/deepl/.github/workflows/plugin-publish.yml(+144 -0)➕
tools/deepl/GUIDE.md(+117 -0)➕
tools/deepl/LICENSE(+21 -0)➕
tools/deepl/PRIVACY.md(+99 -0)➕
tools/deepl/README.md(+86 -0)➕
tools/deepl/_assets/auth.png(+0 -0)➕
tools/deepl/_assets/example.png(+0 -0)➕
tools/deepl/_assets/icon.svg(+19 -0)➕
tools/deepl/main.py(+6 -0)➕
tools/deepl/manifest.yaml(+31 -0)➕
tools/deepl/provider/deepl.py(+16 -0)➕
tools/deepl/provider/deepl.yaml(+35 -0)➕
tools/deepl/requirements.txt(+6 -0)➕
tools/deepl/src/_deepl.py(+147 -0)➕
tools/deepl/tools/rephrase_text.py(+29 -0)➕
tools/deepl/tools/rephrase_text.yaml(+46 -0)➕
tools/deepl/tools/translate_text.py(+29 -0)...and 1 more files
📄 Description
Related Issues or Context
Add a plugin for DeepL.
Resolves https://github.com/langgenius/dify-plugins/issues/885 .
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.