runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 37, in <module> agent = Agent( base_url=os.getenv("OPENAI_BASE_URL"), ...<2 lines>... system_prompt=_SYSTEM_PROMPT, ) File "/app/agent/agent.py", line 39, in __init__ self.client = OpenAI(base_url=base_url, api_key=api_key) ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/openai/_client.py", line 230, 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...