scripts(evals): added soniox, inworld and asyncai

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-06 23:14:50 -07:00
parent ad1841b739
commit 7ed14ad91f
3 changed files with 11 additions and 1 deletions

View File

@@ -284,7 +284,7 @@ class SonioxSTTService(STTService):
"""Connection has to be open all the time."""
try:
while True:
logger.debug("Sending keepalive message")
logger.trace("Sending keepalive message")
if self._websocket and self._websocket.state is State.OPEN:
await self._websocket.send(KEEPALIVE_MESSAGE)
else: