We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a3797 commit 21d711aCopy full SHA for 21d711a
vvclient/http.py
@@ -50,3 +50,6 @@ async def synthesis(
50
return await self.request(
51
Route("POST", "/synthesis"), params=params, json=audio_query
52
)
53
+
54
+ async def engine_version(self) -> str:
55
+ return await self.request(Route("GET", "/version"))
0 commit comments