Merge pull request #4462 from pipecat-ai/mb/cartesia-sonic-3.5
This commit is contained in:
1
changelog/4462.changed.md
Normal file
1
changelog/4462.changed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Updated the default model for `CartesiaTTSService` and `CartesiaHttpTTSService` from `sonic-3` to `sonic-3.5`.
|
||||
@@ -304,7 +304,7 @@ class CartesiaTTSService(WebsocketTTSService):
|
||||
|
||||
# 1. Initialize default_settings with hardcoded defaults
|
||||
default_settings = self.Settings(
|
||||
model="sonic-3",
|
||||
model="sonic-3.5",
|
||||
voice=None,
|
||||
language=Language.EN,
|
||||
generation_config=None,
|
||||
@@ -801,7 +801,7 @@ class CartesiaHttpTTSService(TTSService):
|
||||
"""
|
||||
# 1. Initialize default_settings with hardcoded defaults
|
||||
default_settings = self.Settings(
|
||||
model="sonic-3",
|
||||
model="sonic-3.5",
|
||||
voice=None,
|
||||
language=Language.EN,
|
||||
generation_config=None,
|
||||
|
||||
Reference in New Issue
Block a user