runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/main.py", line 10, in <module> from src.llm.llms import google_llm File "/app/src/llm/llms.py", line 11, in <module> google_llm = ChatGoogleGenerativeAI( model="gemini-2.5-flash", ...<2 lines>... google_api_key=os.getenv("GEMINI_API_KEY"), ) File "/usr/local/lib/python3.13/site-packages/langchain_google_genai/chat_models.py", line 2269, in __init__ super().__init__(**kwargs) ~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/langchain_core/load/serializable.py", line 118, in __init__ super().__init__(*args, **kwargs) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/pydantic/main.py", line 250, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) pydantic_core._pydantic_core.ValidationError: 1 validation error for ChatGoogleGenerativeAI Value error, API key required for Gemini Developer API. Provide api_key parameter or set GOOGLE_API_KEY/GEMINI_API_KEY environment variable. [type=value_error, input_value={'model': 'gemini-2.5-fla...one, 'model_kwargs': {}}, input_type=dict] For further information visit https://errors.pydantic.dev/2.12/v/value_error
Container logs:
Fetching error logs...