mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
Update entities.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user