fix: switch TTS voice from nova to sage
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ async def synthesize_speech(text: str, websocket, speaking_start_sent: bool = Fa
|
||||
try:
|
||||
async with client.audio.speech.with_streaming_response.create(
|
||||
model="tts-1",
|
||||
voice="nova",
|
||||
voice="sage",
|
||||
input=text,
|
||||
response_format="opus",
|
||||
) as resp:
|
||||
|
||||
Reference in New Issue
Block a user