forked from phoenix/litellm-mirror
(fix) remove errant print statements
This commit is contained in:
parent
89e32db321
commit
6fc0c74878
2 changed files with 0 additions and 2 deletions
|
@ -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
Add a link
Reference in a new issue