scripts(evals): added soniox, inworld and asyncai
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user