runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> llm = ChatGroq(groq_api_key=groq_api_key, File "/usr/local/lib/python3.10/site-packages/langchain_core/load/serializable.py", line 130, in __init__ super().__init__(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 253, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) File "/usr/local/lib/python3.10/site-packages/langchain_groq/chat_models.py", line 439, in validate_environment self.client = groq.Groq( File "/usr/local/lib/python3.10/site-packages/groq/_client.py", line 79, in __init__ raise GroqError( groq.GroqError: The api_key client option must be set either by passing api_key to the client or by setting the GROQ_API_KEY environment variable

Container logs:

Fetching error logs...