Skip to content

Commit adcd758

Browse files
valaisesmitya52
authored andcommitted
misc
1 parent 4809267 commit adcd758

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

refact_webgui/webgui/selfhost_fastapi_completions.py

-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,6 @@ async def litellm_non_streamer():
576576
data.update(usage_dict)
577577
except json.JSONDecodeError:
578578
data = {"choices": [{"finish_reason": finish_reason}]}
579-
print("data: ", data)
580579
yield json.dumps(data)
581580
except BaseException as e:
582581
err_msg = f"litellm error (2): {e}"

0 commit comments

Comments
 (0)