diff --git a/litellm/main.py b/litellm/main.py index d78c8ceb9c..a8b499af44 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -1677,7 +1677,7 @@ def batch_completion_models_all_responses(*args, **kwargs): return responses ### EMBEDDING ENDPOINTS #################### - +@client async def aembedding(*args, **kwargs): """ Asynchronously calls the `embedding` function with the given arguments and keyword arguments.