-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Temperature param being ignored? #333
Comments
To replicate on Replit or one's own machine
This gives a different answer every time, while using Python or curl results in the same answer |
vvatanabe
added a commit
to vvatanabe/go-openai
that referenced
this issue
May 31, 2023
@rishsriv @sashabaranov I investigated the cause of the problem. Please see here. |
Thank you so much for investigating this, @vvatanabe ! |
vvatanabe
added
bug
Something isn't working
duplicate
This issue or pull request already exists
labels
Jun 30, 2023
Duplicate #9 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there! Thank you for maintaining this package. It has made our lives so much simpler.
I wanted to check if the temperature parameter is somehow being ignored in the library?
We have an implementation that is something like this
But this is ignoring the temperature parameter and returning a different response every time. This issue does not seem to be present when using the Python library or making a CURL request to the OpenAI API.
The text was updated successfully, but these errors were encountered: