runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 8, in <module> client = genai.Client(api_key=API_KEY) File "/usr/local/lib/python3.13/site-packages/google/genai/client.py", line 426, in __init__ self._api_client = self._get_api_client( ~~~~~~~~~~~~~~~~~~~~^ vertexai=vertexai, ^^^^^^^^^^^^^^^^^^ ...<5 lines>... http_options=http_options, ^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/google/genai/client.py", line 474, in _get_api_client return BaseApiClient( vertexai=vertexai, ...<4 lines>... http_options=http_options, ) File "/usr/local/lib/python3.13/site-packages/google/genai/_api_client.py", line 690, in __init__ raise ValueError( ...<3 lines>... ) ValueError: Missing key inputs argument! To use the Google AI API, provide (`api_key`) arguments. To use the Google Cloud API, provide (`vertexai`, `project` & `location`) arguments.

Container logs:

Fetching error logs...