Update entities.py

This commit is contained in:
Tigrex Dai
2025-02-28 13:00:44 +01:00
committed by GitHub
parent f8bace040c
commit a785289ac9

View File

@@ -23,5 +23,7 @@ class LLMModelInfo(pydantic.BaseModel):
vision_supported: typing.Optional[bool] = False
thinking: typing.Optional[bool] = False
class Config:
arbitrary_types_allowed = True