[PR #829] [MERGED] Feat/add free provider apply #22720

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

📋 Pull Request Information

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

Base: mainHead: feat/add-free-provider-apply


📝 Commits (2)

  • 9e7fa8d feat: add free quota submit
  • 5bbf3a4 feat: use wss instead of ws in spark llm

📊 Changes

5 files changed (+54 additions, -3 deletions)

View changed files

📝 api/controllers/console/workspace/model_providers.py (+16 -0)
📝 api/core/model_providers/providers/spark_provider.py (+0 -1)
📝 api/core/third_party/langchain/llms/spark.py (+2 -0)
📝 api/core/third_party/spark/spark_llm.py (+2 -2)
📝 api/services/provider_service.py (+34 -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/829 **Author:** [@takatost](https://github.com/takatost) **Created:** 8/14/2023 **Status:** ✅ Merged **Merged:** 8/14/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/add-free-provider-apply` --- ### 📝 Commits (2) - [`9e7fa8d`](https://github.com/langgenius/dify/commit/9e7fa8d8584967a1e750a42b4a65938537b301c0) feat: add free quota submit - [`5bbf3a4`](https://github.com/langgenius/dify/commit/5bbf3a452f7cdc9910b65fe027e13b249ed38530) feat: use wss instead of ws in spark llm ### 📊 Changes **5 files changed** (+54 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/workspace/model_providers.py` (+16 -0) 📝 `api/core/model_providers/providers/spark_provider.py` (+0 -1) 📝 `api/core/third_party/langchain/llms/spark.py` (+2 -0) 📝 `api/core/third_party/spark/spark_llm.py` (+2 -2) 📝 `api/services/provider_service.py` (+34 -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:36 -05:00
yindo closed this issue 2026-02-21 20:19:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22720