mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #353] [MERGED] feat(zhipuai_tools): Add ZhipuAI tools #1310
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/353
Author: @sunhao91
Created: 3/1/2025
Status: ✅ Merged
Merged: 3/11/2025
Merged by: @crazywoola
Base:
main← Head:feat/zhipuai-tool📝 Commits (2)
3d61cdefeat(zhipuai_tools): Add ZhipuAI tools, including support for CogVideo and CogView0e78cderefactor(zhipuai_tools): fix tag name📊 Changes
16 files changed (+517 additions, -0 deletions)
View changed files
➕
tools/zhipuai/.env.example(+4 -0)➕
tools/zhipuai/README.md(+31 -0)➕
tools/zhipuai/_assets/icon_l_en.svg(+6 -0)➕
tools/zhipuai/_assets/icon_l_zh.svg(+8 -0)➕
tools/zhipuai/_assets/icon_s_en.svg(+8 -0)➕
tools/zhipuai/_assets/zhipuai_1.png(+0 -0)➕
tools/zhipuai/_assets/zhipuai_2.png(+0 -0)➕
tools/zhipuai/main.py(+6 -0)➕
tools/zhipuai/manifest.yaml(+36 -0)➕
tools/zhipuai/provider/zhipuai.py(+26 -0)➕
tools/zhipuai/provider/zhipuai.yaml(+52 -0)➕
tools/zhipuai/requirements.txt(+2 -0)➕
tools/zhipuai/tools/cogvideo.py(+74 -0)➕
tools/zhipuai/tools/cogvideo.yaml(+151 -0)➕
tools/zhipuai/tools/cogview.py(+39 -0)➕
tools/zhipuai/tools/cogview.yaml(+74 -0)📄 Description
feat(zhipuai_tools): Add ZhipuAI tools, including support for CogVideoX and CogView:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.