mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1447] [MERGED] feat(openai): add enable_stream parameter for GPT-5 models to bypass KYC validation
#1894
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-official-plugins/pull/1447
Author: @QIN2DIM
Created: 8/7/2025
Status: ✅ Merged
Merged: 8/7/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (3)
0484a60feat(openai): add enable_stream parameter for GPT-5 models91b19dcUpdate models/openai/manifest.yamlea69d96Merge branch 'main' into main📊 Changes
6 files changed (+46 additions, -1 deletions)
View changed files
📝
models/openai/manifest.yaml(+1 -1)📝
models/openai/models/llm/gpt-5-2025-08-07.yaml(+10 -0)📝
models/openai/models/llm/gpt-5-mini-2025-08-07.yaml(+10 -0)📝
models/openai/models/llm/gpt-5-mini.yaml(+10 -0)📝
models/openai/models/llm/gpt-5.yaml(+10 -0)📝
models/openai/models/llm/llm.py(+5 -0)📄 Description
Related Issues or Context
This commit introduces a new
enable_streamparameter to GPT-5 model configurations. The parameter controls whether streaming responses are enabled, as GPT-5 series models require KYC validation for streaming output. Users can disable streaming to bypass this limitation. The parameter is added to all GPT-5 model manifests and handled in the LLM implementation. Also updates the plugin version from 0.2.1 to 0.2.2.https://github.com/user-attachments/assets/cca3e726-7503-49bd-87ca-189398f1bb3e
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.