(fix) remove errant print from hf

This commit is contained in:
ishaan-jaff 2023-11-08 11:49:15 -08:00
parent 6ee599545a
commit a404b0fc3b

View file

@ -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