diff --git a/litellm/llms/anthropic_text.py b/litellm/llms/anthropic_text.py index af6942d909c..77c8e04d9b5 100644 --- a/litellm/llms/anthropic_text.py +++ b/litellm/llms/anthropic_text.py @@ -139,6 +139,8 @@ class AnthropicTextCompletion(BaseLLM): ) model_response.usage = usage + return model_response + async def async_completion( self, model: str,