Skip to content

Commit

Permalink
Remove extra #
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Dec 21, 2024
1 parent 8a217f7 commit 8c89a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/onyx/llm/chat_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,4 +522,4 @@ def _stream_implementation(
log_msg = ""
logger.debug(f"Raw Model Output:\n{log_msg}")
else:
logger.debug(f"Raw Model Output:\n{content}") #
logger.debug(f"Raw Model Output:\n{content}")

0 comments on commit 8c89a2c

Please sign in to comment.