Skip to content

Commit

Permalink
use openai tts
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwe committed Mar 28, 2024
1 parent 618b46d commit 9a1cad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openduck-py/openduck_py/routers/voice.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ async def connect_daily(
record=record,
input_audio_format="int16",
# tts_config=TTSConfig(provider="elevenlabs", voice_id=voice_id),
# tts_config=TTSConfig(provider="openai", voice_id=voice_id),
tts_config=TTSConfig(provider="azure"),
tts_config=TTSConfig(provider="openai"),
# tts_config=TTSConfig(provider="azure"),
system_prompt=system_prompt,
context=base_context,
)
Expand Down

0 comments on commit 9a1cad5

Please sign in to comment.