runtime error

Exit code: 1. Reason: llama_context: n_ctx_per_seq (4096) < n_ctx_train (32768) -- the full capacity of the model will not be utilized Traceback (most recent call last): File "/app/main.py", line 97, in <module> launch_app() File "/app/main.py", line 92, in launch_app demo = ui_layout.create_ui(ai_process) File "/app/ui_layout.py", line 9, in create_ui chatbot = gr.Chatbot(height=400, type="messages") File "/opt/conda/lib/python3.10/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) TypeError: Chatbot.__init__() got an unexpected keyword argument 'type'

Container logs:

Fetching error logs...