You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
LLM temperature is now opt-in — the node's Temperature control defaults to Auto, leaving the value unset so the model uses its own default. This means models that reject a temperature parameter work out of the box. Switch to Custom to set a specific value.
Added
acceptsTemperature option on createOpenAIProvider — set it false to omit temperature for a model family that rejects it.
A clear, actionable error when a model rejects a temperature you've set, instead of a raw provider 400.