mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #694] [CLOSED] 基于官方openai_api_compatible的 v0.0.16 版本,支持 thinking_budget 参数 #1107
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/694
Author: @liangpn
Created: 6/15/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
da865d5OpenAI API 兼容模型提供商的 fork 版本,支持 thinking_budget 参数。基于官方 v0.0.16 版本5107569修改 readme📊 Changes
16 files changed (+635 additions, -0 deletions)
View changed files
➕
Organization/langgenius-openai_api_compatible/README.md(+16 -0)➕
Organization/langgenius-openai_api_compatible/_assets/audio.mp3(+0 -0)➕
Organization/langgenius-openai_api_compatible/_assets/icon.svg(+1 -0)➕
Organization/langgenius-openai_api_compatible/_assets/openai_api_compatible-01.png(+0 -0)➕
Organization/langgenius-openai_api_compatible/langgenius-openai_api_compatible_0.0.16_fix.difypkg(+0 -0)➕
Organization/langgenius-openai_api_compatible/main.py(+6 -0)➕
Organization/langgenius-openai_api_compatible/manifest.yaml(+32 -0)➕
Organization/langgenius-openai_api_compatible/models/common_openai.py(+53 -0)➕
Organization/langgenius-openai_api_compatible/models/llm/llm.py(+125 -0)➕
Organization/langgenius-openai_api_compatible/models/rerank/rerank.py(+50 -0)➕
Organization/langgenius-openai_api_compatible/models/speech2text/speech2text.py(+28 -0)➕
Organization/langgenius-openai_api_compatible/models/text_embedding/text_embedding.py(+24 -0)➕
Organization/langgenius-openai_api_compatible/models/tts/tts.py(+22 -0)➕
Organization/langgenius-openai_api_compatible/provider/openai_api_compatible.py(+17 -0)➕
Organization/langgenius-openai_api_compatible/provider/openai_api_compatible.yaml(+258 -0)➕
Organization/langgenius-openai_api_compatible/requirements.txt(+3 -0)📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
Enhanced version based on official 0.0.16, adding thinking_budget parameter support, optimizing the experience of large language models with thinking mode, such as Qwen.
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.