mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-15 20:26:17 +00:00
fix: [#47] remove debug code
This commit is contained in:
@@ -24,7 +24,6 @@ class TTSElevenLabsRepository(tts_repositories_base.TTSBaseRepository):
|
|||||||
|
|
||||||
async def get_all_models_dict_from_api(self) -> list[dict[str, typing.Any]]:
|
async def get_all_models_dict_from_api(self) -> list[dict[str, typing.Any]]:
|
||||||
response = await self.http_client.get("/models")
|
response = await self.http_client.get("/models")
|
||||||
print(response)
|
|
||||||
return response.json()
|
return response.json()
|
||||||
|
|
||||||
async def get_audio_as_bytes(self, request: models.TTSCreateRequestModel) -> models.TTSCreateResponseModel:
|
async def get_audio_as_bytes(self, request: models.TTSCreateRequestModel) -> models.TTSCreateResponseModel:
|
||||||
|
|||||||
Reference in New Issue
Block a user