mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test_embedding
This commit is contained in:
parent
10a801ce83
commit
0ec7dace79
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ def test_embedding(client):
|
|||
my_custom_logger.async_success_embedding is True
|
||||
) # checks if the status of async_success is True, only the async_log_success_event can set this to true
|
||||
assert (
|
||||
my_custom_logger.async_embedding_kwargs["model"] == "azure-embedding-model"
|
||||
my_custom_logger.async_embedding_kwargs["model"] == "text-embedding-ada-002"
|
||||
) # checks if kwargs passed to async_log_success_event are correct
|
||||
kwargs = my_custom_logger.async_embedding_kwargs
|
||||
litellm_params = kwargs.get("litellm_params")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue