[PR #885] [MERGED] feat: add spark v2 support #22749

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/885
Author: @takatost
Created: 8/17/2023
Status: Merged
Merged: 8/17/2023
Merged by: @takatost

Base: mainHead: feat/add-spark-v2-support


📝 Commits (4)

  • 89b3fc3 feat: add spark v2 support
  • 308b259 fix: spark v2 chat domain error
  • f800229 feat: add display name in model list
  • 636c9df feat: optimize spark error raise message

📊 Changes

5 files changed (+31 additions, -7 deletions)

View changed files

📝 api/core/model_providers/models/llm/spark_model.py (+1 -1)
📝 api/core/model_providers/providers/spark_provider.py (+5 -1)
📝 api/core/third_party/langchain/llms/spark.py (+5 -0)
📝 api/core/third_party/spark/spark_llm.py (+19 -5)
📝 api/services/provider_service.py (+1 -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/pull/885 **Author:** [@takatost](https://github.com/takatost) **Created:** 8/17/2023 **Status:** ✅ Merged **Merged:** 8/17/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/add-spark-v2-support` --- ### 📝 Commits (4) - [`89b3fc3`](https://github.com/langgenius/dify/commit/89b3fc31fd4ecff5577296e57ab6e8b40d885bca) feat: add spark v2 support - [`308b259`](https://github.com/langgenius/dify/commit/308b259dcad33515c9f564b1539f08e4a98fd495) fix: spark v2 chat domain error - [`f800229`](https://github.com/langgenius/dify/commit/f800229fae7e366e1ef63ea0c9c83ce1394c9207) feat: add display name in model list - [`636c9df`](https://github.com/langgenius/dify/commit/636c9dfaaa324650ce9076af840f1b87915df9f0) feat: optimize spark error raise message ### 📊 Changes **5 files changed** (+31 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `api/core/model_providers/models/llm/spark_model.py` (+1 -1) 📝 `api/core/model_providers/providers/spark_provider.py` (+5 -1) 📝 `api/core/third_party/langchain/llms/spark.py` (+5 -0) 📝 `api/core/third_party/spark/spark_llm.py` (+19 -5) 📝 `api/services/provider_service.py` (+1 -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-21 20:19:40 -05:00
yindo closed this issue 2026-02-21 20:19:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22749