-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Hello,
I am getting this error while trying to request gpt-5-mini, gpt-5-nano andgpt-5.
"error": {
"message": "Unsupported value: 'temperature' does not support 0.5 with this model. Only the default (1) value is supported.",
"type": "invalid_request_error",
"param": "temperature",
"code": "unsupported_value"
}Expected Behavior
Expect the LLM request to not failed. I guess by setting temperature: 1 or just not passing it.
Steps to Reproduce
- Run
openfang start - Go on web dashboard > chat
- Choose one of the mentioned model
- Send a message
OpenFang Version
0.3.29
Operating System
macOS (Apple Silicon)
Logs / Screenshots
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working