mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
AzureOpenAI model seed value can only be selected as 0 or 1 #407
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?
Originally created by @IthacaDream on GitHub (Jun 30, 2025).
Self Checks
Dify version
1.5.0
Plugin version
0.0.18
Cloud or Self Hosted
Cloud, Self Hosted (Docker), Self Hosted (Source)
Steps to reproduce
✔️ Error log
In the current implementation, the value of
azure openai LLM seedcan only be selected as 0 or 1, and cannot be set to any other legal integer.according to azure doc: azure/ai-services/openai/reference
seed cound be any legal
Integernot only0or1