mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-17 01:46:07 +00:00
Update entities.py
This commit is contained in:
@@ -23,5 +23,7 @@ class LLMModelInfo(pydantic.BaseModel):
|
|||||||
|
|
||||||
vision_supported: typing.Optional[bool] = False
|
vision_supported: typing.Optional[bool] = False
|
||||||
|
|
||||||
|
thinking: typing.Optional[bool] = False
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
arbitrary_types_allowed = True
|
arbitrary_types_allowed = True
|
||||||
|
|||||||
Reference in New Issue
Block a user