Skip to content

Commit

Permalink
Merge pull request #816 from pipecat-ai/aleix/rtvi-version-update
Browse files Browse the repository at this point in the history
rtvi: update protocol version to 0.3.0
  • Loading branch information
aconchillo authored Dec 10, 2024
2 parents a8644d2 + acb3e21 commit 9ac34ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pipecat/processors/frameworks/rtvi.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
SystemFrame,
TextFrame,
TranscriptionFrame,
TransportMessageFrame,
TransportMessageUrgentFrame,
TTSStartedFrame,
TTSStoppedFrame,
Expand All @@ -59,7 +58,7 @@
from pipecat.processors.frame_processor import FrameDirection, FrameProcessor
from pipecat.utils.string import match_endofsentence

RTVI_PROTOCOL_VERSION = "0.2"
RTVI_PROTOCOL_VERSION = "0.3.0"

ActionResult = Union[bool, int, float, str, list, dict]

Expand Down

0 comments on commit 9ac34ac

Please sign in to comment.