Merge pull request #3399 from pipecat-ai/aleix/groq-switch-orpheus
GroqTTSService: switch to canopylabs/orpheus-v1-english
This commit is contained in:
1
changelog/3399.changed.md
Normal file
1
changelog/3399.changed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Updated default model for `GroqTTSService` to `canopylabs/orpheus-v1-english` and voice ID to `autumn`.
|
||||
@@ -59,8 +59,8 @@ class GroqTTSService(TTSService):
|
||||
api_key: str,
|
||||
output_format: str = "wav",
|
||||
params: Optional[InputParams] = None,
|
||||
model_name: str = "playai-tts",
|
||||
voice_id: str = "Celeste-PlayAI",
|
||||
model_name: str = "canopylabs/orpheus-v1-english",
|
||||
voice_id: str = "autumn",
|
||||
sample_rate: Optional[int] = GROQ_SAMPLE_RATE,
|
||||
**kwargs,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user