Skip to content

Commit

Permalink
add back in debug log line in openai.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindla committed May 19, 2024
1 parent d83f0aa commit cf597a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipecat/services/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async def _stream_chat_completions(
del message["mime_type"]

# messages_for_log = json.dumps(messages)
# logger.debug(f"Generating chat: {messages_for_log}")
logger.debug(f"Generating chat: {messages_for_log}")

start_time = time.time()
chunks: AsyncStream[ChatCompletionChunk] = (
Expand Down

0 comments on commit cf597a2

Please sign in to comment.