mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
sap - fix models
This commit is contained in:
parent
5211e7a121
commit
d0bb619365
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class Template(BaseModel):
|
|||
template: list[ChatMessage]
|
||||
defaults: dict = None
|
||||
response_format: ResponseFormat | ResponseFormatJSONSchema = None
|
||||
tools: list[FunctionTool] = None
|
||||
tools: list[ChatCompletionTool] = None
|
||||
|
||||
|
||||
class LLMModelDetails(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue