forked from phoenix/litellm-mirror
feat(ollama_chat.py): support ollama tool calling
Closes https://github.com/BerriAI/litellm/issues/4812
This commit is contained in:
parent
a264d1ca8c
commit
b25d4a8cb3
5 changed files with 57 additions and 25 deletions
|
@ -74,6 +74,7 @@ class ModelInfo(TypedDict, total=False):
|
|||
supports_system_messages: Optional[bool]
|
||||
supports_response_schema: Optional[bool]
|
||||
supports_vision: Optional[bool]
|
||||
supports_function_calling: Optional[bool]
|
||||
|
||||
|
||||
class GenericStreamingChunk(TypedDict):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue