runtime error

Exit code: 1. Reason: /usr/local/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py:2249: UnsupportedFieldAttributeWarning: The 'validate_default' attribute with value True was provided to the `Field()` function, which has no effect in the context it was used. 'validate_default' is field-specific metadata, and can only be attached to a model field using `Annotated` metadata or by assignment. This may have happened because an `Annotated` type alias using the `type` statement was used, or if the `Field()` function was attached to a single member of a union type. warnings.warn( Traceback (most recent call last): File "/app/app.py", line 2, in <module> from pipeline import InferencePipeline File "/app/pipeline.py", line 4, in <module> from llm_engine import LLMEngine File "/app/llm_engine.py", line 80 "You are a medical QA assistant. " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: invalid syntax. Perhaps you forgot a comma?

Container logs:

Fetching error logs...