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 = LmntTTSService(
api_key=os.getenv("LMNT_API_KEY"),
voice_id="lily",
settings=LmntTTSSettings(voice="lily"),
)
llm = OpenAILLMService(