mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(v0) tool calling
This commit is contained in:
parent
5172fb1de9
commit
d136238f6f
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