(feat) aembedding - add custom logging support

This commit is contained in:
ishaan-jaff
2023-12-06 19:09:06 -08:00
parent fff0228c20
commit e3b24ec797
+1 -1
View File
@@ -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.