We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Behavior
Seeing this error recently, had made following changes:
Setup: Using a simple pipeline for Outbound Calling (Deepgram + OpenAI + 11Labs)
pipeline = Pipeline([ transport.input(), # Websocket input from client user_idle, # Idle user check-in stt_mute_processor, # Add mute processor before STT stt, # Speech-To-Text transcript.user(), # User transcripts context_aggregator.user(), llm, # LLM tts, # Text-To-Speech transport.output(), # Transport bot output transcript.assistant(), # Assistant transcripts context_aggregator.assistant(), # Assistant spoken responses ])
message.txt
The text was updated successfully, but these errors were encountered:
Would you mind sharing repro steps for how you hit this issue?
Sorry, something went wrong.
No branches or pull requests
Behavior
Seeing this error recently, had made following changes:
Setup:
Using a simple pipeline for Outbound Calling (Deepgram + OpenAI + 11Labs)
message.txt
The text was updated successfully, but these errors were encountered: