(feat) aembedding - add custom logging support

This commit is contained in:
ishaan-jaff 2023-12-06 19:03:41 -08:00
parent fff0228c20
commit e3b24ec797

View file

@ -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.