[PR #232] [CLOSED] Pcw OpenAI compatible #243

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/232
Author: @chupark
Created: 10/30/2025
Status: Closed

Base: mainHead: pcw_openai_compatible


📝 Commits (3)

  • d730687 Openai Compatible api for Reasoning LLM models
  • 4146597 update python/README.md for version update
  • 91394c7 editing critical code

📊 Changes

2 files changed (+16 additions, -3 deletions)

View changed files

📝 python/dify_plugin/entities/model/__init__.py (+1 -0)
📝 python/dify_plugin/interfaces/model/openai_compatible/llm.py (+15 -3)

📄 Description

Pull Request Checklist

Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks:

Compatibility Check

  • I have checked whether this change affects the backward compatibility of the plugin declared in README.md
  • I have checked whether this change affects the forward compatibility of the plugin declared in README.md
  • If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the README.md
  • I have described the compatibility impact and the corresponding version number in the PR description
  • I have checked whether the plugin version is updated in the README.md

Available Checks

  • Code has passed local tests
  • Relevant documentation has been updated (if necessary)

🔄 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/232 **Author:** [@chupark](https://github.com/chupark) **Created:** 10/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pcw_openai_compatible` --- ### 📝 Commits (3) - [`d730687`](https://github.com/langgenius/dify-plugin-sdks/commit/d730687fc8ea099aaa91aa58b6f454e84f23a831) Openai Compatible api for Reasoning LLM models - [`4146597`](https://github.com/langgenius/dify-plugin-sdks/commit/414659737fa1d0a1323803a1b94979678ecf98d5) update python/README.md for version update - [`91394c7`](https://github.com/langgenius/dify-plugin-sdks/commit/91394c7cb16a0da22fa036d35635b5baf7110346) editing critical code ### 📊 Changes **2 files changed** (+16 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/entities/model/__init__.py` (+1 -0) 📝 `python/dify_plugin/interfaces/model/openai_compatible/llm.py` (+15 -3) </details> ### 📄 Description # Pull Request Checklist Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks: ## Compatibility Check - [ ] I have checked whether this change affects the **backward compatibility** of the plugin declared in `README.md` - [ ] I have checked whether this change affects the **forward compatibility** of the plugin declared in `README.md` - [ ] If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the `README.md` - [ ] I have described the compatibility impact and the corresponding version number in the PR description - [ ] I have checked whether the plugin version is updated in the `README.md` ## Available Checks - [ ] Code has passed local tests - [ ] Relevant documentation has been updated (if necessary) --- <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:16:23 -05:00
yindo closed this issue 2026-02-15 21:16:23 -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#243