runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py:225: UserWarning: You have not specified a value for the `type` parameter. Defaulting to the 'tuples' format for chatbot messages, but this is deprecated and will be removed in a future version of Gradio. Please set type='messages' instead, which uses openai-style 'role' and 'content' keys. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 85, in <module> main() File "/home/user/app/app.py", line 81, in main chatbot=gr.Chatbot(value=chat_handler.get_initial_chatbot_value()) File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 179, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 265, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 179, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/components/base.py", line 219, in __init__ initial_value = self.postprocess(initial_value) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 532, in postprocess self._check_format(value, "tuples") File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 331, in _check_format raise Error( gradio.exceptions.Error: 'Data incompatible with tuples format. Each message should be a list of length 2.'

Container logs:

Fetching error logs...