forked from phoenix/litellm-mirror
looks like cohere does support function calling
This commit is contained in:
parent
1b811cd152
commit
7c5c9a8152
1 changed files with 1 additions and 0 deletions
|
@ -4932,6 +4932,7 @@ def get_optional_params(
|
||||||
and custom_llm_provider != "mistral"
|
and custom_llm_provider != "mistral"
|
||||||
and custom_llm_provider != "anthropic"
|
and custom_llm_provider != "anthropic"
|
||||||
and custom_llm_provider != "cohere_chat"
|
and custom_llm_provider != "cohere_chat"
|
||||||
|
and custom_llm_provider != "cohere"
|
||||||
and custom_llm_provider != "bedrock"
|
and custom_llm_provider != "bedrock"
|
||||||
and custom_llm_provider != "ollama_chat"
|
and custom_llm_provider != "ollama_chat"
|
||||||
):
|
):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue