mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #993] [MERGED] fix(model/xai): corrected the default values and range limits for temperature, top_p, frequency penalty, and inference work parameters #1666
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/993
Author: @XiaoLey
Created: 5/28/2025
Status: ✅ Merged
Merged: 5/28/2025
Merged by: @crazywoola
Base:
main← Head:dev/xai📝 Commits (3)
66fb8a6fix(model/xai): corrected the default values and range limits for temperature, top_p, frequency penalty, and inference work parameters20dd372chore(model/xai): update plugin version to 0.0.9bfeb20achore(model/xai): standardize pricing field formatting in grok-3.yaml📊 Changes
7 files changed (+36 additions, -2 deletions)
View changed files
📝
models/x/manifest.yaml(+1 -1)📝
models/x/models/llm/grok-2-1212.yaml(+7 -0)📝
models/x/models/llm/grok-2-vision-1212.yaml(+7 -0)📝
models/x/models/llm/grok-3-fast.yaml(+5 -0)📝
models/x/models/llm/grok-3-mini-fast.yaml(+5 -0)📝
models/x/models/llm/grok-3-mini.yaml(+5 -0)📝
models/x/models/llm/grok-3.yaml(+6 -1)📄 Description
Fix: Adjusted default values and range limits for temperature, top_p, frequency penalty, and inference parameters in model/xai.
Related Issues or Context
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.2.0,<0.3.0in 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.