You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, there's an error thrown when one tries to click on any of the examples:
/gradio/components/chatbot.py", line 321, in _check_format
raise Error(
gradio.exceptions.Error: "Data incompatible with messages format. Each message should be a dictionary with 'role' and 'content' keys or a ChatMessage object.
I faced the same problem....😂
Here's the documentation written about the changes in the gradio5 version. It says that the 'retry_btn', 'undo_btn', and 'clear_btn' parameters are all gone.
Describe the bug
I tried the code example in
https://www.gradio.app/guides/creating-a-chatbot-fast#customizing-your-chatbot
which have
all of these got error:
TypeError: ChatInterface.init() got an unexpected keyword argument 'retry_btn'
Have you searched existing issues? 🔎
Reproduction
Screenshot
Logs
No response
System Info
Severity
I can work around it
The text was updated successfully, but these errors were encountered: