GordonChan365 commited on
Commit
c0d025d
·
verified ·
1 Parent(s): cd1f292

Update kitt.py

Browse files
Files changed (1) hide show
  1. kitt.py +1 -0
kitt.py CHANGED
@@ -88,6 +88,7 @@ async def entrypoint(ctx: JobContext):
88
  stt=deepgram.STT(),
89
  llm=gpt,
90
  tts=openai.TTS(
 
91
  voice="fable",
92
  base_url=os.environ.get("TTS_URL"),
93
  api_key=os.environ.get("TTS_API_KEY")
 
88
  stt=deepgram.STT(),
89
  llm=gpt,
90
  tts=openai.TTS(
91
+ model='tts-1-hd',
92
  voice="fable",
93
  base_url=os.environ.get("TTS_URL"),
94
  api_key=os.environ.get("TTS_API_KEY")