mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
(test) fix embedding
This commit is contained in:
parent
dca0a5ad0f
commit
785c024324
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ def test_openai_embedding():
|
|||
)
|
||||
litellm_response = dict(response)
|
||||
litellm_response_keys = set(litellm_response.keys())
|
||||
litellm_response_keys.discard('_responses_ms')
|
||||
|
||||
print(litellm_response_keys)
|
||||
print("LiteLLM Response\n")
|
||||
print(litellm_response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue