Skip to content

Commit

Permalink
remove sentece log
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzre committed Aug 19, 2024
1 parent 2f0f3d8 commit 4aa433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/utils/stt/streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async def process_audio_dg(
def on_message(self, result, **kwargs):
# print(f"Received message from Deepgram") # Log when message is received
sentence = result.channel.alternatives[0].transcript
print(sentence)
# print(sentence)
if len(sentence) == 0:
return
# print(sentence)
Expand Down

0 comments on commit 4aa433f

Please sign in to comment.