mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2533] [MERGED] feat: move strict_compatibility settings to model settings #2547
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/2533
Author: @manse-murhana
Created: 2/1/2026
Status: ✅ Merged
Merged: 2/1/2026
Merged by: @crazywoola
Base:
main← Head:openai-api-compatible/move-strictmode-settings📝 Commits (2)
a909d7cfeat: move strict_compatibility settings to model settings8672110refactor: set default compatibility mode to strict in OpenAILargeLanguageModel📊 Changes
3 files changed (+26 additions, -28 deletions)
View changed files
📝
models/openai_api_compatible/manifest.yaml(+1 -1)📝
models/openai_api_compatible/models/llm/llm.py(+3 -27)📝
models/openai_api_compatible/provider/openai_api_compatible.yaml(+22 -0)📄 Description
Related Issues or Context
close #2532
strict_compatibility_valuesetting has been moved from app-specific parameters to model settings.strictto prevent errors caused by unsupported parameters.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.7.1is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.