mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(feat) aembedding - add custom logging support
This commit is contained in:
parent
fff0228c20
commit
e3b24ec797
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue