mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-22 20:36:08 +00:00
perf(claude): simplify the thinking resp processing
This commit is contained in:
@@ -23,7 +23,5 @@ 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