Update more examples, misc services

This commit is contained in:
Mark Backman
2026-03-04 23:29:50 -05:00
parent 039a8f6c7d
commit 1fcae91e5d
36 changed files with 221 additions and 81 deletions

View File

@@ -54,7 +54,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
tts = HumeTTSService(
api_key=os.getenv("HUME_API_KEY"),
voice_id="f898a92e-685f-43fa-985b-a46920f0650b",
settings=HumeTTSSettings(voice="f898a92e-685f-43fa-985b-a46920f0650b"),
)
llm = OpenAILLMService(