Spaces:
Runtime error
Runtime error
Update kitt.py
Browse files
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")
|