mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
(v0) tool calling
This commit is contained in:
parent
15591d0978
commit
9b72825e3b
3 changed files with 118 additions and 0 deletions
|
@ -4269,6 +4269,7 @@ def get_optional_params(
|
|||
and custom_llm_provider != "together_ai"
|
||||
and custom_llm_provider != "mistral"
|
||||
and custom_llm_provider != "anthropic"
|
||||
and custom_llm_provider != "cohere_chat"
|
||||
and custom_llm_provider != "bedrock"
|
||||
and custom_llm_provider != "ollama_chat"
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue