runtime error
Exit code: 1. Reason: 9, in hf_raise_for_status response.raise_for_status() File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://router.huggingface.co/hf-inference/models/Qwen/Qwen2.5-Coder-32B-Instruct/v1/chat/completions The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 40, in <module> response = alfred.run(query) File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 332, in run return deque(self._run(task=self.task, max_steps=max_steps, images=images), maxlen=1)[0].final_answer File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 346, in _run planning_step = self._create_planning_step( File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 428, in _create_planning_step plan_message = self.model(input_messages, stop_sequences=["<end_plan>"]) File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 1009, in __call__ response = self.client.chat_completion(**completion_kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 992, 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 357, 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-67ffe685-65c38f7f038a64173c4610f0;aa88cf78-347e-44e6-a6be-ef57312fdb52) Invalid username or password.
Container logs:
Fetching error logs...