Update main.py
Browse files
main.py
CHANGED
@@ -4,9 +4,8 @@ import sys
|
|
4 |
import time
|
5 |
import logging
|
6 |
from pipecat.frames.frames import (
|
7 |
-
TextFrame,
|
8 |
-
|
9 |
-
TTSStartedFrame, TTSEndFrame
|
10 |
)
|
11 |
from pipecat.pipeline.pipeline import Pipeline
|
12 |
from pipecat.pipeline.runner import PipelineRunner
|
|
|
4 |
import time
|
5 |
import logging
|
6 |
from pipecat.frames.frames import (
|
7 |
+
TextFrame, UserStartedSpeakingFrame, UserStoppedSpeakingFrame,
|
8 |
+
LLMResponseStartFrame, LLMResponseEndFrame, TTSStartedFrame, TTSEndFrame
|
|
|
9 |
)
|
10 |
from pipecat.pipeline.pipeline import Pipeline
|
11 |
from pipecat.pipeline.runner import PipelineRunner
|