mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +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
|
return responses
|
||||||
|
|
||||||
### EMBEDDING ENDPOINTS ####################
|
### EMBEDDING ENDPOINTS ####################
|
||||||
|
@client
|
||||||
async def aembedding(*args, **kwargs):
|
async def aembedding(*args, **kwargs):
|
||||||
"""
|
"""
|
||||||
Asynchronously calls the `embedding` function with the given arguments and keyword arguments.
|
Asynchronously calls the `embedding` function with the given arguments and keyword arguments.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue