mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
remove print statement in replicate.py
This commit is contained in:
parent
ba5705c376
commit
07c74838ff
3 changed files with 1 additions and 2 deletions
|
@ -82,7 +82,6 @@ def handle_prediction_response_streaming(prediction_url, api_token, print_verbos
|
|||
if response.status_code == 200:
|
||||
response_data = response.json()
|
||||
status = response_data['status']
|
||||
print(f"response data: {response_data}")
|
||||
if "output" in response_data:
|
||||
output_string = "".join(response_data['output'])
|
||||
new_output = output_string[len(previous_output):]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue