looks like cohere does support function calling

This commit is contained in:
phact 2024-05-07 13:41:05 -04:00
parent 1b811cd152
commit 7c5c9a8152

View file

@ -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"
): ):