runtime error

Exit code: 1. Reason: ub/inference/_client.py", line 956, in chat_completion data = self._inner_post(request_parameters, stream=stream) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 321, in _inner_post hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 481, 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-67e8eafd-1611d62c7c1bd4255944fe8b;fe38f3e7-c465-4523-9249-770ec155ee83) 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 22, in <module> agent.run("What is the current time in Asia/Kolkata") File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 323, in run return deque(self._run(task=self.task, max_steps=max_steps, images=images), maxlen=1)[0] File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 337, in _run raise e File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 334, in _run final_answer = self._execute_step(task, memory_step) File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 358, in _execute_step final_answer = self.step(memory_step) File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 1202, in step 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-67e8eafd-1611d62c7c1bd4255944fe8b;fe38f3e7-c465-4523-9249-770ec155ee83) Invalid username or password.

Container logs:

Fetching error logs...