Working vision example

This commit is contained in:
Chad Bailey
2024-03-19 01:51:36 +00:00
parent 6c9425d66a
commit 0b4b63d2ee
7 changed files with 34 additions and 21 deletions

View File

@@ -35,6 +35,7 @@ class ElevenLabsTTSService(TTSService):
"xi-api-key": self._api_key,
"Content-Type": "application/json",
}
async with self._aiohttp_session.post(
url, json=payload, headers=headers, params=querystring
) as r: