runtime error
Exit code: 1. Reason: se_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 471, in hf_raise_for_status raise _format(HfHubHTTPError, message, response) from e huggingface_hub.errors.HfHubHTTPError: (Request ID: Root=1-68ebc749-066126676d496b203a4d4b67;6c6b1c68-5e51-4fbf-8681-e0a13c5f07fa) 403 Forbidden: This authentication method does not have sufficient permissions to call Inference Providers on behalf of user DTStudios. Cannot access content at: https://router.huggingface.co/nscale/v1/chat/completions. Make sure your token has the correct permissions. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 74, in <module> print(agent.run("What is 6 + 99, and also tell me the current time in US/Pacific")) 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 356, in _run raise e File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 353, in _run final_answer = self._execute_step(task, action_step) File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 376, in _execute_step final_answer = self.step(memory_step) File "/usr/local/lib/python3.10/site-packages/smolagents/agents.py", line 1241, in step raise AgentGenerationError(f"Error in generating model output:\n{e}", self.logger) from e smolagents.utils.AgentGenerationError: Error in generating model output: (Request ID: Root=1-68ebc749-066126676d496b203a4d4b67;6c6b1c68-5e51-4fbf-8681-e0a13c5f07fa) 403 Forbidden: This authentication method does not have sufficient permissions to call Inference Providers on behalf of user DTStudios. Cannot access content at: https://router.huggingface.co/nscale/v1/chat/completions. Make sure your token has the correct permissions.
Container logs:
Fetching error logs...