Closed your-highness closed 1 year ago
🚀
Thanks.
Is '1' the default that was being used implicitly when you did not specify the code? In other words: will this change the behavior for those who have not specified the value?
Thanks.
Is '1' the default that was being used implicitly when you did not specify the code? In other words: will this change the behavior for those who have not specified the value?
As stated in https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature the default is 1:
Dear @yGuy ,
Any idea when this feature will be released via docker ghcr?
P.S.: Sorry for commenting on closed issue
I see it's already publish via master tag on https://ghcr.io/yguy/chatgpt-mattermost-bot :smile:
Herein used package
openai
allows to set the temperature of the model (see https://platform.openai.com/docs/api-reference/chat/create ). The user should be allowed to set this value to a float in[0,2]
.Working on this right now. Pull request will follow.