runtime error

Exit code: 1. Reason: Request ID: Root=1-6a06eccf-7096879e530e373c1b1be01b;18fe325b-7b72-419a-b61f-73b492c52f57) For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401 Invalid username or password. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 112, in <module> agent.run("get stock info for AMZN") ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/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.13/site-packages/smolagents/agents.py", line 356, in _run raise e File "/usr/local/lib/python3.13/site-packages/smolagents/agents.py", line 353, in _run final_answer = self._execute_step(task, action_step) File "/usr/local/lib/python3.13/site-packages/smolagents/agents.py", line 376, in _execute_step final_answer = self.step(memory_step) File "/usr/local/lib/python3.13/site-packages/smolagents/agents.py", line 1241, in step raise AgentGenerationError(f"Error in generating model output:\n{e}", self.logger) from e Error in generating model output: Client error '401 Unauthorized' for url 'https://router.huggingface.co/v1/chat/completions' (Request ID: Root=1-6a06eccf-7096879e530e373c1b1be01b;18fe325b-7b72-419a-b61f-73b492c52f57) For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401 Invalid username or password. [Step 1: Duration 0.05 seconds] smolagents.utils.AgentGenerationError: Error in generating model output: Client error '401 Unauthorized' for url 'https://router.huggingface.co/v1/chat/completions' (Request ID: Root=1-6a06eccf-7096879e530e373c1b1be01b;18fe325b-7b72-419a-b61f-73b492c52f57) For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401 Invalid username or password.

Container logs:

Fetching error logs...