[PR #47] [MERGED] fix:add function to validate only stream mode model credentials #104

Closed
opened 2026-02-15 21:15:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/47
Author: @XenosK
Created: 3/14/2025
Status: Merged
Merged: 3/24/2025
Merged by: @Yeuoly

Base: mainHead: main


📝 Commits (5)

  • 20587c1 fix:add function to validate only stream mode model credentials
  • 8f5be51 fix:add function to validate only stream mode model credentials
  • d41061a fix:add function to validate only stream mode model credentials
  • 021decc update: Stream credentials validation failed
  • 0021d0c update: Stream credentials validation failed

📊 Changes

2 files changed (+30 additions, -0 deletions)

View changed files

📝 python/dify_plugin/interfaces/model/openai_compatible/llm.py (+12 -0)
📝 python/examples/openai_compat/provider/openai_api_compatible.yaml (+18 -0)

📄 Description

fix https://github.com/langgenius/dify-plugin-sdks/issues/46


🔄 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-plugin-sdks/pull/47 **Author:** [@XenosK](https://github.com/XenosK) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`20587c1`](https://github.com/langgenius/dify-plugin-sdks/commit/20587c18f74c76edcc60b225285e05c4521a4715) fix:add function to validate only stream mode model credentials - [`8f5be51`](https://github.com/langgenius/dify-plugin-sdks/commit/8f5be51dc2e29111d1e385d5d5fc986aedcedac5) fix:add function to validate only stream mode model credentials - [`d41061a`](https://github.com/langgenius/dify-plugin-sdks/commit/d41061a4cce880d90d93e66cf25933db8bb19a65) fix:add function to validate only stream mode model credentials - [`021decc`](https://github.com/langgenius/dify-plugin-sdks/commit/021decc06b86b1339dbcda8f89fe9e2db9e3c790) update: Stream credentials validation failed - [`0021d0c`](https://github.com/langgenius/dify-plugin-sdks/commit/0021d0c95d25b79c951ea7342380920b399bbaf3) update: Stream credentials validation failed ### 📊 Changes **2 files changed** (+30 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/interfaces/model/openai_compatible/llm.py` (+12 -0) 📝 `python/examples/openai_compat/provider/openai_api_compatible.yaml` (+18 -0) </details> ### 📄 Description fix https://github.com/langgenius/dify-plugin-sdks/issues/46 --- <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-15 21:15:47 -05:00
yindo closed this issue 2026-02-15 21:15:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#104