runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 4, in <module> from core.analysis import analyze_today_fn, weekly_review_fn File "/app/core/analysis.py", line 4, in <module> from core.parsing import duration_minutes, parse_day_text File "/app/core/parsing.py", line 5, in <module> from utils.config import call_chat File "/app/utils/config.py", line 8, in <module> client = OpenAI(api_key=OPENAI_API_KEY) File "/usr/local/lib/python3.10/site-packages/openai/_client.py", line 137, 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...