mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
clean up print statements
This commit is contained in:
parent
fcaf514546
commit
b4b2dbf005
1 changed files with 0 additions and 3 deletions
|
@ -84,9 +84,6 @@ class HuggingfaceRestAPILLM:
|
|||
)
|
||||
return response.iter_lines()
|
||||
else:
|
||||
print(f"completion url: {completion_url}")
|
||||
print(f"headers: {self.headers}")
|
||||
print(f"data: {data}")
|
||||
response = requests.post(
|
||||
completion_url, headers=self.headers, data=json.dumps(data)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue