[PR #1298] [MERGED] feat: provider add baichuan #22988

Closed
opened 2026-02-21 20:20:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1298
Author: @zxhlyh
Created: 10/10/2023
Status: Merged
Merged: 10/10/2023
Merged by: @takatost

Base: mainHead: fix/provider-add-baichuan


📝 Commits (1)

  • 105b072 feat: provider add baichuan

📊 Changes

25 files changed (+435 additions, -0 deletions)

View changed files

web/app/components/base/icons/assets/image/llm/baichuan-text-cn.png (+0 -0)
web/app/components/base/icons/assets/public/llm/baichuan-text.svg (+19 -0)
web/app/components/base/icons/assets/public/llm/baichuan.svg (+11 -0)
📝 web/app/components/base/icons/script.js (+2 -0)
web/app/components/base/icons/src/image/llm/BaichuanTextCn.module.css (+5 -0)
web/app/components/base/icons/src/image/llm/BaichuanTextCn.tsx (+15 -0)
📝 web/app/components/base/icons/src/image/llm/Minimax.tsx (+2 -0)
📝 web/app/components/base/icons/src/image/llm/MinimaxText.tsx (+2 -0)
📝 web/app/components/base/icons/src/image/llm/Tongyi.tsx (+2 -0)
📝 web/app/components/base/icons/src/image/llm/TongyiText.tsx (+2 -0)
📝 web/app/components/base/icons/src/image/llm/TongyiTextCn.tsx (+2 -0)
📝 web/app/components/base/icons/src/image/llm/Wxyy.tsx (+2 -0)
📝 web/app/components/base/icons/src/image/llm/WxyyText.tsx (+2 -0)
���� web/app/components/base/icons/src/image/llm/WxyyTextCn.tsx (+2 -0)
📝 web/app/components/base/icons/src/image/llm/index.ts (+1 -0)
web/app/components/base/icons/src/public/llm/Baichuan.json (+76 -0)
web/app/components/base/icons/src/public/llm/Baichuan.tsx (+16 -0)
web/app/components/base/icons/src/public/llm/BaichuanText.json (+156 -0)
web/app/components/base/icons/src/public/llm/BaichuanText.tsx (+16 -0)
📝 web/app/components/base/icons/src/public/llm/index.ts (+2 -0)

...and 5 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/pull/1298 **Author:** [@zxhlyh](https://github.com/zxhlyh) **Created:** 10/10/2023 **Status:** ✅ Merged **Merged:** 10/10/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `fix/provider-add-baichuan` --- ### 📝 Commits (1) - [`105b072`](https://github.com/langgenius/dify/commit/105b07213d2d67c2d37ca74d09ace777226f590e) feat: provider add baichuan ### 📊 Changes **25 files changed** (+435 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `web/app/components/base/icons/assets/image/llm/baichuan-text-cn.png` (+0 -0) ➕ `web/app/components/base/icons/assets/public/llm/baichuan-text.svg` (+19 -0) ➕ `web/app/components/base/icons/assets/public/llm/baichuan.svg` (+11 -0) 📝 `web/app/components/base/icons/script.js` (+2 -0) ➕ `web/app/components/base/icons/src/image/llm/BaichuanTextCn.module.css` (+5 -0) ➕ `web/app/components/base/icons/src/image/llm/BaichuanTextCn.tsx` (+15 -0) 📝 `web/app/components/base/icons/src/image/llm/Minimax.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/image/llm/MinimaxText.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/image/llm/Tongyi.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/image/llm/TongyiText.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/image/llm/TongyiTextCn.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/image/llm/Wxyy.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/image/llm/WxyyText.tsx` (+2 -0) ���� `web/app/components/base/icons/src/image/llm/WxyyTextCn.tsx` (+2 -0) 📝 `web/app/components/base/icons/src/image/llm/index.ts` (+1 -0) ➕ `web/app/components/base/icons/src/public/llm/Baichuan.json` (+76 -0) ➕ `web/app/components/base/icons/src/public/llm/Baichuan.tsx` (+16 -0) ➕ `web/app/components/base/icons/src/public/llm/BaichuanText.json` (+156 -0) ➕ `web/app/components/base/icons/src/public/llm/BaichuanText.tsx` (+16 -0) 📝 `web/app/components/base/icons/src/public/llm/index.ts` (+2 -0) _...and 5 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-21 20:20:12 -05:00
yindo closed this issue 2026-02-21 20:20:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22988