We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While playing around with Postman, I randomly discovered you can set the temperature to -1:
{ "type": "error", "error": { "type": "invalid_request_error", "message": "temperature: range: -1 or 0..1" } }
Surprisingly setting the temperature to -1 doesn't trigger an error, even though your documentation specifies a valid range of (0,1).
anthropic-sdk-python/src/anthropic/types/message_create_params.py
Line 164 in 8b24415
Why is this the case?
The text was updated successfully, but these errors were encountered:
Oops, thanks for the bug report, we'll add this task internally!
Sorry, something went wrong.
Thanks! Feel free to let me know once fixed :)
No branches or pull requests
While playing around with Postman, I randomly discovered you can set the temperature to -1:
Surprisingly setting the temperature to -1 doesn't trigger an error, even though your documentation specifies a valid range of (0,1).
anthropic-sdk-python/src/anthropic/types/message_create_params.py
Line 164 in 8b24415
Why is this the case?
The text was updated successfully, but these errors were encountered: