runtime error

Exit code: 1. Reason: data = self._inner_post(request_parameters, stream=stream) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 280, in _inner_post hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 482, in hf_raise_for_status raise _format(HfHubHTTPError, str(e), response) from e huggingface_hub.errors.HfHubHTTPError: 401 Client Error: Unauthorized for url: https://router.huggingface.co/hf-inference/models/Qwen/Qwen2.5-Coder-32B-Instruct/v1/chat/completions (Request ID: Root=1-685696a8-68fc461c7703892136992977;2b5c2fca-82f5-49cf-b8c4-a0b906461d8e) Invalid username or password. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> agent.run("How many seconds would it take for a leopard at full speed to run through Pont des Arts?") File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 411, 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 490, in _run_stream raise e File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 485, in _run_stream for el in self._execute_step(action_step): File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 507, in _execute_step for el in self._step_stream(memory_step): File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 1633, 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: 401 Client Error: Unauthorized for url: https://router.huggingface.co/hf-inference/models/Qwen/Qwen2.5-Coder-32B-Instruct/v1/chat/completions (Request ID: Root=1-685696a8-68fc461c7703892136992977;2b5c2fca-82f5-49cf-b8c4-a0b906461d8e) Invalid username or password.

Container logs:

Fetching error logs...