Skip to content

Commit

Permalink
add ORCA to SynthesizerType
Browse files Browse the repository at this point in the history
  • Loading branch information
rjheeta committed Jun 13, 2024
1 parent 2b7df50 commit 085b71e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vocode/streaming/models/synthesizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class SynthesizerType(str, Enum):
BARK = "synthesizer_bark"
POLLY = "synthesizer_polly"
CARTESIA = "synthesizer_cartesia"
ORCA = "synthesizer_orca"


class SentimentConfig(BaseModel):
Expand Down

0 comments on commit 085b71e

Please sign in to comment.