gradio-chatbot icon indicating copy to clipboard operation
gradio-chatbot copied to clipboard

Temperature option

Open MoshiKiwi opened this issue 2 years ago • 1 comments

i haven't looked way toooo deep into the code, but as far as i know, there is no real way to change the temperature used by the chatbot? would be a nice thing to add, and if added, i'll definitively be using this package all the time

MoshiKiwi avatar Jul 11 '23 17:07 MoshiKiwi

i haven't looked way toooo deep into the code, but as far as i know, there is no real way to change the temperature used by the chatbot? would be a nice thing to add, and if added, i'll definitively be using this package all the time

Temperature is not a parameter with a clear identifier, if you need it, I can add it to the supported built-in models, this will take some time.

Alternatively, you can also set it by manually configuring args, if you are using the chatgpt model, then args is ["", 1, 0.7, 1, [], null]

weaigc avatar Jul 14 '23 10:07 weaigc