runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> from backend_functions import get_answer, init_greeting, export_dataframe File "/home/user/app/backend_functions.py", line 46, in <module> openai_client = OpenAI(api_key=OPENAI_API_KEY) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/openai/_client.py", line 98, in __init__ raise OpenAIError( openai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable

Container logs:

Fetching error logs...