examples: add 15-switch-voices

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-06 00:29:10 -07:00
parent 21cd21de1b
commit bf8c73b25b
2 changed files with 160 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ async def start_fetch_weather(llm):
async def fetch_weather_from_api(llm, args):
return ({"conditions": "nice", "temperature": "75"})
return {"conditions": "nice", "temperature": "75"}
async def main(room_url: str, token):