mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[bug] AzureOpenAI model seed value can only be selected as 0 or 1. #43
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).
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@IthacaDream commented on GitHub (Jun 30, 2025):
closed, shoud adress to dify-official-plugins