diff --git a/refact_webgui/webgui/selfhost_fastapi_completions.py b/refact_webgui/webgui/selfhost_fastapi_completions.py index 42b62cbd..8d29f525 100644 --- a/refact_webgui/webgui/selfhost_fastapi_completions.py +++ b/refact_webgui/webgui/selfhost_fastapi_completions.py @@ -576,7 +576,6 @@ async def litellm_non_streamer(): data.update(usage_dict) except json.JSONDecodeError: data = {"choices": [{"finish_reason": finish_reason}]} - print("data: ", data) yield json.dumps(data) except BaseException as e: err_msg = f"litellm error: {e}"