Skip to content

Commit

Permalink
Fix that sender is hardcoded to human (livekit#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ripperdoc authored May 26, 2023
1 parent 651b95a commit b60240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vocode/streaming/models/transcript.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def add_message(
events_manager.publish_event(
TranscriptEvent(
text=text,
sender=Sender.HUMAN,
sender=sender,
timestamp=time.time(),
conversation_id=conversation_id,
)
Expand Down

0 comments on commit b60240a

Please sign in to comment.