[PR #16] [MERGED] plugin: volcengine_maas #992

Closed
opened 2026-02-16 10:21:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/16
Author: @Yeuoly
Created: 1/2/2025
Status: Merged
Merged: 1/2/2025
Merged by: @Yeuoly

Base: mainHead: plugin/volcengine_mass


📝 Commits (3)

📊 Changes

37 files changed (+168 additions, -1289 deletions)

View changed files

📝 .scripts/test-plugin-install.py (+6 -1)
migrations/models/volcengine_maas/.env.example (+0 -4)
migrations/models/volcengine_maas/_assets/icon_l_en.svg (+0 -23)
migrations/models/volcengine_maas/_assets/icon_l_zh.svg (+0 -39)
migrations/models/volcengine_maas/_assets/icon_s_en.svg (+0 -8)
migrations/models/volcengine_maas/main.py (+0 -6)
migrations/models/volcengine_maas/manifest.yaml (+0 -36)
migrations/models/volcengine_maas/models/llm/llm.py (+0 -354)
migrations/models/volcengine_maas/models/llm/models.py (+0 -131)
migrations/models/volcengine_maas/models/text_embedding/models.py (+0 -25)
migrations/models/volcengine_maas/models/text_embedding/text_embedding.py (+0 -184)
migrations/models/volcengine_maas/provider/volcengine_maas.py (+0 -9)
migrations/models/volcengine_maas/provider/volcengine_maas.yaml (+0 -281)
migrations/models/volcengine_maas/requirements.txt (+0 -1)
📝 models/volcengine_maas/README.md (+0 -0)
models/volcengine_maas/_assets/icon.svg (+0 -6)
📝 models/volcengine_maas/legacy/__init__.py (+0 -0)
📝 models/volcengine_maas/legacy/client.py (+19 -13)
📝 models/volcengine_maas/legacy/errors.py (+3 -2)
models/volcengine_maas/legacy/volc_sdk/__init__.py (+4 -0)

...and 17 more files

📄 Description

No description provided


🔄 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/16 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 1/2/2025 **Status:** ✅ Merged **Merged:** 1/2/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `plugin/volcengine_mass` --- ### 📝 Commits (3) - [`613841d`](https://github.com/langgenius/dify-official-plugins/commit/613841da6f7380b5a0da7c5478882d7eab1be851) plugin: volcengine_maas - [`481a0b6`](https://github.com/langgenius/dify-official-plugins/commit/481a0b6ec4d64b2c8373a8a08523e1e0ce2e1ff3) fix: raises detailed exceptions - [`1d21b18`](https://github.com/langgenius/dify-official-plugins/commit/1d21b18673287831ddcc565eebb1038c7ee2badc) fix: add pytz ### 📊 Changes **37 files changed** (+168 additions, -1289 deletions) <details> <summary>View changed files</summary> 📝 `.scripts/test-plugin-install.py` (+6 -1) ➖ `migrations/models/volcengine_maas/.env.example` (+0 -4) ➖ `migrations/models/volcengine_maas/_assets/icon_l_en.svg` (+0 -23) ➖ `migrations/models/volcengine_maas/_assets/icon_l_zh.svg` (+0 -39) ➖ `migrations/models/volcengine_maas/_assets/icon_s_en.svg` (+0 -8) ➖ `migrations/models/volcengine_maas/main.py` (+0 -6) ➖ `migrations/models/volcengine_maas/manifest.yaml` (+0 -36) ➖ `migrations/models/volcengine_maas/models/llm/llm.py` (+0 -354) ➖ `migrations/models/volcengine_maas/models/llm/models.py` (+0 -131) ➖ `migrations/models/volcengine_maas/models/text_embedding/models.py` (+0 -25) ➖ `migrations/models/volcengine_maas/models/text_embedding/text_embedding.py` (+0 -184) ➖ `migrations/models/volcengine_maas/provider/volcengine_maas.py` (+0 -9) ➖ `migrations/models/volcengine_maas/provider/volcengine_maas.yaml` (+0 -281) ➖ `migrations/models/volcengine_maas/requirements.txt` (+0 -1) 📝 `models/volcengine_maas/README.md` (+0 -0) ➖ `models/volcengine_maas/_assets/icon.svg` (+0 -6) 📝 `models/volcengine_maas/legacy/__init__.py` (+0 -0) 📝 `models/volcengine_maas/legacy/client.py` (+19 -13) 📝 `models/volcengine_maas/legacy/errors.py` (+3 -2) ➕ `models/volcengine_maas/legacy/volc_sdk/__init__.py` (+4 -0) _...and 17 more files_ </details> ### 📄 Description _No description provided_ --- <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 10:21:37 -05:00
yindo closed this issue 2026-02-16 10:21:37 -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#992