Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
valaises authored and mitya52 committed Sep 10, 2024
1 parent 4809267 commit adcd758
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion refact_webgui/webgui/selfhost_fastapi_completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (2): {e}"
Expand Down

0 comments on commit adcd758

Please sign in to comment.