runtime error

Exit code: 1. Reason: huggingface_hub/inference/_client.py", line 279, 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: 402 Client Error: Payment Required for url: https://router.huggingface.co/together/v1/chat/completions (Request ID: Root=1-689e5c05-2b42c95c3490743d54fdf748;061262d1-c0c0-4c18-8aad-ceb2fb88428c) 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 68, in <module> agent.run("How can I travel from Jakarta to Moscow, and how long will it take?") 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-689e5c05-2b42c95c3490743d54fdf748;061262d1-c0c0-4c18-8aad-ceb2fb88428c) 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...