From 042a71cdc766203af32d940c5dbdc13365788918 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 12 Mar 2024 10:26:58 -0700 Subject: [PATCH] (feat) v0 support command-r --- litellm/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/__init__.py b/litellm/__init__.py index 04c2d23c79b..57604aae76d 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -444,6 +444,7 @@ provider_list: List = [ "custom_openai", "text-completion-openai", "cohere", + "cohere_chat", "anthropic", "replicate", "huggingface",