From 70b5942c4ddeefadd77ee255a31674df55b3ef5f Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 2 Aug 2023 17:15:00 -0700 Subject: [PATCH] exposing a model list in init --- litellm/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/__init__.py b/litellm/__init__.py index b593f8fbc..22e8bfa87 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -22,6 +22,8 @@ anthropic_models = [ "claude-instant-1" ] +model_list = open_ai_chat_completion_models + open_ai_text_completion_models + cohere_models + anthropic_models + ####### EMBEDDING MODELS ################### open_ai_embedding_models = [ 'text-embedding-ada-002'