runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> from nodes.core import graph File "/home/user/app/nodes/core.py", line 6, in <module> from tools.object_detection_tools import detect_objects_in_image as object_detection_tool File "/home/user/app/tools/object_detection_tools.py", line 20, in <module> client = genai.Client(api_key=GOOGLE_API_KEY) File "/usr/local/lib/python3.10/site-packages/google/genai/client.py", line 219, in __init__ self._api_client = self._get_api_client( File "/usr/local/lib/python3.10/site-packages/google/genai/client.py", line 265, in _get_api_client return BaseApiClient( File "/usr/local/lib/python3.10/site-packages/google/genai/_api_client.py", line 462, in __init__ raise ValueError( 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...