From 65941644dcaa1ac826bb571a75871a83d731ea8f Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 28 Aug 2023 09:15:28 -0700 Subject: [PATCH] anthropic py fixes --- litellm/llms/anthropic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/llms/anthropic.py b/litellm/llms/anthropic.py index c1a55d9f58..b0e2df0796 100644 --- a/litellm/llms/anthropic.py +++ b/litellm/llms/anthropic.py @@ -128,3 +128,4 @@ class AnthropicLLM: self, ): # logic for parsing in - calling - parsing out model embedding calls pass +