runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 2, in <module> from agents import run_pipeline File "/app/agents.py", line 1, in <module> from models import generate File "/app/models.py", line 4, in <module> client = OpenAI(api_key=os.getenv("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")) File "/usr/local/lib/python3.13/site-packages/openai/_client.py", line 194, in __init__ raise OpenAIError( "Missing credentials. Please pass an `api_key`, `workload_identity`, `admin_api_key`, or set the `OPENAI_API_KEY` or `OPENAI_ADMIN_KEY` environment variable." ) openai.OpenAIError: Missing credentials. Please pass an `api_key`, `workload_identity`, `admin_api_key`, or set the `OPENAI_API_KEY` or `OPENAI_ADMIN_KEY` environment variable.

Container logs:

Fetching error logs...