forked from phoenix/litellm-mirror
(fix) remove errant print from hf
This commit is contained in:
parent
6ee599545a
commit
a404b0fc3b
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ def completion(
|
|||
headers=headers,
|
||||
data=json.dumps(data)
|
||||
)
|
||||
print(response.text)
|
||||
|
||||
|
||||
## Some servers might return streaming responses even though stream was not set to true. (e.g. Baseten)
|
||||
is_streamed = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue