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 af4d6d2 commit ef63697Copy full SHA for ef63697
vvclient/client.py
@@ -53,3 +53,6 @@ async def create_audio_query(
53
async def fetch_engine_version(self) -> str:
54
"Show VOICEVOX Engine version"
55
return await self.http.engine_version()
56
+
57
+ async def fetch_core_versions(self) -> List[str]:
58
+ return await self.http.core_versions()
0 commit comments