runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 37, in <module> response = client.chat_completion( messages=[{"role": "user", "content": "Hello"}], max_tokens=10, ) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/inference/_client.py", line 922, in chat_completion request_parameters = provider_helper.prepare_request( inputs=messages, ...<3 lines>... api_key=self.token, ) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/inference/_providers/_common.py", line 93, in prepare_request api_key = self._prepare_api_key(api_key) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/inference/_providers/_common.py", line 148, in _prepare_api_key raise ValueError( f"You must provide an api_key to work with {self.provider} API or log in with `hf auth login`." ) ValueError: You must provide an api_key to work with auto API or log in with `hf auth login`.

Container logs:

Fetching error logs...