runtime error

Exit code: 1. Reason: "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 882, in async_wrapper response = await f(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/chat_interface.py", line 1076, in _examples_fn response = await anyio.to_thread.run_sync( File "/usr/local/lib/python3.10/site-packages/anyio/to_thread.py", line 56, in run_sync return await get_async_backend().run_sync_in_worker_thread( File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2476, in run_sync_in_worker_thread return await future File "/usr/local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 967, in run result = context.run(func, *args) File "/home/user/app/app.py", line 139, in <lambda> fn=lambda message, history: str(agent.run(message)), File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 456, in run steps = list(self._run_stream(task=self.task, max_steps=max_steps, images=images)) File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 550, in _run_stream raise e File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 532, in _run_stream for output in self._step_stream(action_step): File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 1638, in _step_stream raise AgentGenerationError(f"Error in generating model output:\n{e}", self.logger) from e smolagents.utils.AgentGenerationError: Error in generating model output: 429 Client Error: Too Many Requests for url: https://api.groq.com/openai/v1/chat/completions (Request ID: req_01k4kjfm0kfs79hs5er7h130w5) {'message': 'Rate limit reached for model `meta-llama/llama-4-scout-17b-16e-instruct` in organization `org_01j5dxgf4fecesknkpk7qm3wwz` service tier `on_demand` on tokens per day (TPD): Limit 500000, Used 497870, Requested 2566. Please try again in 1m15.2592s. Need more tokens? Upgrade to Dev Tier today at https://console.groq.com/settings/billing', 'type': 'tokens', 'code': 'rate_limit_exceeded'}

Container logs:

Fetching error logs...