[PR #1905] [MERGED] feat(gitee_ai): 更新嵌入和文生图工具实现 #2137

Closed
opened 2026-02-16 11:16:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/1905
Author: @fchange
Created: 10/21/2025
Status: Merged
Merged: 10/21/2025
Merged by: @crazywoola

Base: mainHead: gitee-ai-upgrade-1021


📝 Commits (2)

  • a9e6182 feat(gitee_ai): 更新嵌入和文生图工具实现
  • b70014f chore(deps): 更新 dify_plugin 依赖版本

📊 Changes

7 files changed (+119 additions, -23 deletions)

View changed files

📝 tools/gitee_ai/README.md (+7 -0)
📝 tools/gitee_ai/manifest.yaml (+2 -2)
📝 tools/gitee_ai/requirements.txt (+1 -1)
📝 tools/gitee_ai/tools/embedding.py (+22 -6)
📝 tools/gitee_ai/tools/embedding.yaml (+12 -2)
📝 tools/gitee_ai/tools/text-to-image.py (+52 -7)
📝 tools/gitee_ai/tools/text-to-image.yaml (+23 -5)

📄 Description

Related Issues or Context

gitee ai tools need use new address

This PR contains Changes to Non-LLM Models Plugin

  • I have Run Comprehensive Tests Relevant to My Changes
    image
    image
    image

Version Control (Any Changes to the Plugin Will Require Bumping the Version)

  • I have Bumped Up the Version in Manifest.yaml (Top-Level Version Field, Not in Meta Section)

Dify Plugin SDK Version

  • I have Ensured dify_plugin>=0.3.0,<0.5.0 is in requirements.txt (SDK docs)

SaaS Environment

  • I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration

🔄 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/langgenius/dify-official-plugins/pull/1905 **Author:** [@fchange](https://github.com/fchange) **Created:** 10/21/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `gitee-ai-upgrade-1021` --- ### 📝 Commits (2) - [`a9e6182`](https://github.com/langgenius/dify-official-plugins/commit/a9e6182dd923c54845ade84b937cd5931685bc8a) feat(gitee_ai): 更新嵌入和文生图工具实现 - [`b70014f`](https://github.com/langgenius/dify-official-plugins/commit/b70014f590b87b8a47c5b49a540fcd51bc75eb6b) chore(deps): 更新 dify_plugin 依赖版本 ### 📊 Changes **7 files changed** (+119 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `tools/gitee_ai/README.md` (+7 -0) 📝 `tools/gitee_ai/manifest.yaml` (+2 -2) 📝 `tools/gitee_ai/requirements.txt` (+1 -1) 📝 `tools/gitee_ai/tools/embedding.py` (+22 -6) 📝 `tools/gitee_ai/tools/embedding.yaml` (+12 -2) 📝 `tools/gitee_ai/tools/text-to-image.py` (+52 -7) 📝 `tools/gitee_ai/tools/text-to-image.yaml` (+23 -5) </details> ### 📄 Description ## Related Issues or Context gitee ai tools need use new address ## This PR contains Changes to *Non-LLM Models Plugin* - [X] I have Run Comprehensive Tests Relevant to My Changes <img width="3010" height="1156" alt="image" src="https://github.com/user-attachments/assets/11f7fa8f-9738-42b8-b534-8cbebab38098" /> <img width="3286" height="1534" alt="image" src="https://github.com/user-attachments/assets/0d78cc14-f901-4c6e-87a2-cf6fb89f3575" /> <img width="2952" height="1238" alt="image" src="https://github.com/user-attachments/assets/262397bc-aef5-4357-b7ac-6af116b55b01" /> ## Version Control (Any Changes to the Plugin Will Require Bumping the Version) - [X] I have Bumped Up the Version in Manifest.yaml (Top-Level `Version` Field, Not in Meta Section) ## Dify Plugin SDK Version - [x] I have Ensured `dify_plugin>=0.3.0,<0.5.0` is in requirements.txt ([SDK docs](https://github.com/langgenius/dify-plugin-sdks/blob/main/python/README.md)) ### SaaS Environment - [X] I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration --- <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-16 11:16:11 -05:00
yindo closed this issue 2026-02-16 11:16:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2137