mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
(fix) remove errant print statements
This commit is contained in:
parent
89e32db321
commit
6fc0c74878
2 changed files with 0 additions and 2 deletions
|
|
@ -227,7 +227,6 @@ def embedding(
|
|||
additional_args={"complete_input_dict": data},
|
||||
original_response=response,
|
||||
)
|
||||
# print(response.json())
|
||||
"""
|
||||
response
|
||||
{
|
||||
|
|
|
|||
|
|
@ -418,7 +418,6 @@ def embedding(
|
|||
raise HuggingfaceError(status_code=500, message=embeddings['error'])
|
||||
|
||||
output_data = []
|
||||
print(f"embeddings: {embeddings}")
|
||||
if "similarities" in embeddings:
|
||||
for idx, embedding in embeddings["similarities"]:
|
||||
output_data.append(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue