From 5870dabae1c06f4d83bec19eeaa7fd7c06944faf Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 5 Sep 2023 09:14:57 -0700 Subject: [PATCH] update init with comments --- litellm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index fcbb105ae4..e118273cfa 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -148,7 +148,7 @@ together_ai_models = [ "togethercomputer/llama-2-70b-chat", "togethercomputer/Llama-2-7B-32K-Instruct", "togethercomputer/llama-2-7b", -] +] # supports all together ai models, just pass in the model id e.g. completion(model="together_computer/replit_code_3b",...) aleph_alpha_models = [ "luminous-base",