mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(test) fix embedding
This commit is contained in:
parent
c0dfc8d9b3
commit
adaf870ecf
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