Skip to content

Commit 21d711a

Browse files
authored
Update http.py
1 parent 77a3797 commit 21d711a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vvclient/http.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ async def synthesis(
5050
return await self.request(
5151
Route("POST", "/synthesis"), params=params, json=audio_query
5252
)
53+
54+
async def engine_version(self) -> str:
55+
return await self.request(Route("GET", "/version"))

0 commit comments

Comments
 (0)