runtime error
Exit code: 1. Reason: /python3.10/site-packages/huggingface_hub/utils/_http.py", line 480, in hf_raise_for_status raise _format(HfHubHTTPError, str(e), response) from e huggingface_hub.errors.HfHubHTTPError: 402 Client Error: Payment Required for url: https://router.huggingface.co/together/v1/chat/completions (Request ID: Root=1-68dbbf75-26ee8f7a3e121526508c45c5;c08d65c2-ca78-4ff1-bfdb-693fc36eec8c) You have exceeded your monthly included credits for Inference Providers. Subscribe to PRO to get 20x more monthly included credits. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 37, in <module> agent.run("Can you give me a nice one-day trip around Paris with a few locations and the times? Could be in the city or outside, but should fit in one day. I'm travelling only with a rented bicycle.") 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: 402 Client Error: Payment Required for url: https://router.huggingface.co/together/v1/chat/completions (Request ID: Root=1-68dbbf75-26ee8f7a3e121526508c45c5;c08d65c2-ca78-4ff1-bfdb-693fc36eec8c) You have exceeded your monthly included credits for Inference Providers. Subscribe to PRO to get 20x more monthly included credits.
Container logs:
Fetching error logs...