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 21d711a commit 2c29e62Copy full SHA for 2c29e62
vvclient/client.py
@@ -49,3 +49,7 @@ async def create_audio_query(
49
if core_version:
50
params["core_version"] = core_version
51
return AudioQuery(self.http, await self.http.create_audio_query(params))
52
+
53
+ async def fetch_engine_version(self) -> str:
54
+ "Show VOICEVOX Engine version"
55
+ return await self.http.engine_version()
0 commit comments