diff --git a/backend/onyx/llm/chat_llm.py b/backend/onyx/llm/chat_llm.py index e48f40dc603..260042e01b8 100644 --- a/backend/onyx/llm/chat_llm.py +++ b/backend/onyx/llm/chat_llm.py @@ -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}")