runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 2, in <module> from backend.utils import ( File "/home/user/app/backend/utils.py", line 1, in <module> from .pipelines import ( File "/home/user/app/backend/pipelines.py", line 46, in <module> OpenAIGenerator( File "/usr/local/lib/python3.10/site-packages/haystack/core/component/component.py", line 176, in __call__ instance = super().__call__(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/haystack/components/generators/openai.py", line 100, in __init__ self.client = OpenAI(api_key=api_key.resolve_value(), organization=organization, base_url=api_base_url) File "/usr/local/lib/python3.10/site-packages/haystack/utils/auth.py", line 201, in resolve_value raise ValueError(f"None of the following authentication environment variables are set: {self._env_vars}") ValueError: None of the following authentication environment variables are set: ('GROQ_API_KEY',)

Container logs:

Fetching error logs...