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
I am using a third-party API compatible with OpenAI, and the provider requires:
The temperature parameter must be within the range [0,1] and must be rounded to no more than 2 decimal places.
The holmesgpt code:
holmesgpt/holmes/core/tool_calling_llm.py
Line 135 in c4f7806
How to set temperature from 0.00000001 to 0.01
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
I am using a third-party API compatible with OpenAI, and the provider requires:
The holmesgpt code:
holmesgpt/holmes/core/tool_calling_llm.py
Line 135 in c4f7806
Issue
How to set temperature from 0.00000001 to 0.01
Thanks
The text was updated successfully, but these errors were encountered: