runtime error
Exit code: 1. Reason: gradio/chat_interface.py", line 325, in __init__ self.examples_handler._start_caching() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 391, in _start_caching client_utils.synchronize_async(self.cache) File "/usr/local/lib/python3.10/site-packages/gradio_client/utils.py", line 855, in synchronize_async return fsspec.asyn.sync(fsspec.asyn.get_loop(), func, *args, **kwargs) # type: ignore File "/usr/local/lib/python3.10/site-packages/fsspec/asyn.py", line 103, in sync raise return_result File "/usr/local/lib/python3.10/site-packages/fsspec/asyn.py", line 56, in _runner result[0] = await coro File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 517, in cache prediction = await Context.root_block.process_api( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1945, in process_api data = await self.postprocess_data(block_fn, result["prediction"], state) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1768, in postprocess_data prediction_value = block.postprocess(prediction_value) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 494, in postprocess return self._postprocess_messages_tuples(cast(TupleFormat, value)) File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 429, in _postprocess_messages_tuples self._postprocess_content(message_pair[1]), File "/usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py", line 421, in _postprocess_content raise ValueError(f"Invalid message for Chatbot component: {chat_message}") ValueError: Invalid message for Chatbot component: {'message': "An error occurred: Error code: 400 - {'error': {'message': 'The model `llama-3.1-70b-versatile` has been decommissioned and is no longer supported. Please refer to https://console.groq.com/docs/deprecations for a recommendation on which model to use instead.', 'type': 'invalid_request_error', 'code': 'model_decommissioned'}}"}
Container logs:
Fetching error logs...