From 085b71eb893140141ce91fd366044084400f517c Mon Sep 17 00:00:00 2001 From: rjheeta Date: Thu, 13 Jun 2024 08:17:39 -0400 Subject: [PATCH] add ORCA to SynthesizerType --- vocode/streaming/models/synthesizer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vocode/streaming/models/synthesizer.py b/vocode/streaming/models/synthesizer.py index 3e963fbfb..0ac7a721a 100644 --- a/vocode/streaming/models/synthesizer.py +++ b/vocode/streaming/models/synthesizer.py @@ -24,6 +24,7 @@ class SynthesizerType(str, Enum): BARK = "synthesizer_bark" POLLY = "synthesizer_polly" CARTESIA = "synthesizer_cartesia" + ORCA = "synthesizer_orca" class SentimentConfig(BaseModel):