[PR #328] [MERGED] feat(volcengine_maas): sync updates from main repo #1289

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

📋 Pull Request Information

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

Base: mainHead: plugin/volcengine_maas


📝 Commits (3)

📊 Changes

6 files changed (+245 additions, -76 deletions)

View changed files

models/volcengine_maas/.env.example (+4 -0)
📝 models/volcengine_maas/manifest.yaml (+1 -1)
📝 models/volcengine_maas/models/llm/llm.py (+135 -58)
📝 models/volcengine_maas/models/llm/models.py (+52 -15)
📝 models/volcengine_maas/models/text_embedding/models.py (+5 -2)
📝 models/volcengine_maas/provider/volcengine_maas.yaml (+48 -0)

📄 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/328 **Author:** [@RockChinQ](https://github.com/RockChinQ) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `plugin/volcengine_maas` --- ### 📝 Commits (3) - [`d07997b`](https://github.com/langgenius/dify-official-plugins/commit/d07997b2420dcacec69ed1c161e16c2ff3dcac29) feat(volcengine_maas): sync updates from main repo - [`8e8e13a`](https://github.com/langgenius/dify-official-plugins/commit/8e8e13af6a61d9895866a4825a378121bbd344d5) chore(volcengine_maas): bump version to 0.0.4 - [`3061f8e`](https://github.com/langgenius/dify-official-plugins/commit/3061f8e20d493d75a69f7345edf5aae253ce7e88) https://github.com/langgenius/dify/pull/13446/files ### 📊 Changes **6 files changed** (+245 additions, -76 deletions) <details> <summary>View changed files</summary> ➕ `models/volcengine_maas/.env.example` (+4 -0) 📝 `models/volcengine_maas/manifest.yaml` (+1 -1) 📝 `models/volcengine_maas/models/llm/llm.py` (+135 -58) 📝 `models/volcengine_maas/models/llm/models.py` (+52 -15) 📝 `models/volcengine_maas/models/text_embedding/models.py` (+5 -2) 📝 `models/volcengine_maas/provider/volcengine_maas.yaml` (+48 -0) </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:22:32 -05:00
yindo closed this issue 2026-02-16 10:22:32 -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#1289