gradio-chatbot
                                
                                 gradio-chatbot copied to clipboard
                                
                                    gradio-chatbot copied to clipboard
                            
                            
                            
                        Temperature option
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
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]