Merge pull request #1176 from pipecat-ai/mb/stt-mute-deprecate-stt-service

Deprecate stt_service parameter in STTMuteFilter
This commit is contained in:
Mark Backman
2025-02-09 08:35:22 -05:00
committed by GitHub
3 changed files with 20 additions and 5 deletions

View File

@@ -61,7 +61,6 @@ async def main():
stt = DeepgramSTTService(api_key=os.getenv("DEEPGRAM_API_KEY"))
# Configure the mute processor with both strategies
stt_mute_processor = STTMuteFilter(
stt_service=stt,
config=STTMuteConfig(
strategies={STTMuteStrategy.FIRST_SPEECH, STTMuteStrategy.FUNCTION_CALL}
),