[PR #338] [MERGED] feat(zhipuai): sync updates from main repo #1297

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

📋 Pull Request Information

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

Base: mainHead: plugin/zhipu


📝 Commits (2)

  • 637d8ab feat(zhipuai): sync updates from main repo
  • b4dd4c7 feat(zhipuai): add model glm-4-air-0111

📊 Changes

14 files changed (+207 additions, -1 deletions)

View changed files

📝 models/zhipuai/manifest.yaml (+1 -1)
📝 models/zhipuai/models/llm/_position.yaml (+1 -0)
📝 models/zhipuai/models/llm/glm-4-0520.yaml (+12 -0)
models/zhipuai/models/llm/glm-4-air-0111.yaml (+66 -0)
📝 models/zhipuai/models/llm/glm-4-air.yaml (+12 -0)
📝 models/zhipuai/models/llm/glm-4-airx.yaml (+12 -0)
📝 models/zhipuai/models/llm/glm-4-flash.yaml (+12 -0)
📝 models/zhipuai/models/llm/glm-4-flashx.yaml (+12 -0)
📝 models/zhipuai/models/llm/glm_4.yaml (+12 -0)
📝 models/zhipuai/models/llm/glm_4_long.yaml (+12 -0)
📝 models/zhipuai/models/llm/glm_4_plus.yaml (+12 -0)
📝 models/zhipuai/models/llm/glm_4v.yaml (+12 -0)
📝 models/zhipuai/models/llm/glm_4v_plus.yaml (+12 -0)
📝 models/zhipuai/models/llm/llm.py (+19 -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/338 **Author:** [@RockChinQ](https://github.com/RockChinQ) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 3/1/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `plugin/zhipu` --- ### 📝 Commits (2) - [`637d8ab`](https://github.com/langgenius/dify-official-plugins/commit/637d8ab7465eae6b05fd5631d60b8ad420f65fa6) feat(zhipuai): sync updates from main repo - [`b4dd4c7`](https://github.com/langgenius/dify-official-plugins/commit/b4dd4c7da0d6b253dc088e7cf80a4d6b583f2b3f) feat(zhipuai): add model glm-4-air-0111 ### 📊 Changes **14 files changed** (+207 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/zhipuai/manifest.yaml` (+1 -1) 📝 `models/zhipuai/models/llm/_position.yaml` (+1 -0) 📝 `models/zhipuai/models/llm/glm-4-0520.yaml` (+12 -0) ➕ `models/zhipuai/models/llm/glm-4-air-0111.yaml` (+66 -0) 📝 `models/zhipuai/models/llm/glm-4-air.yaml` (+12 -0) 📝 `models/zhipuai/models/llm/glm-4-airx.yaml` (+12 -0) 📝 `models/zhipuai/models/llm/glm-4-flash.yaml` (+12 -0) 📝 `models/zhipuai/models/llm/glm-4-flashx.yaml` (+12 -0) 📝 `models/zhipuai/models/llm/glm_4.yaml` (+12 -0) 📝 `models/zhipuai/models/llm/glm_4_long.yaml` (+12 -0) 📝 `models/zhipuai/models/llm/glm_4_plus.yaml` (+12 -0) 📝 `models/zhipuai/models/llm/glm_4v.yaml` (+12 -0) 📝 `models/zhipuai/models/llm/glm_4v_plus.yaml` (+12 -0) 📝 `models/zhipuai/models/llm/llm.py` (+19 -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:34 -05:00
yindo closed this issue 2026-02-16 10:22:34 -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#1297