mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
fix: llm generation in case of user idle
Send for LLM generation in case of user idle rather than speaking a hardcoded sentence
This commit is contained in:
parent
56953bbd09
commit
04576ac357
11 changed files with 364 additions and 87 deletions
|
|
@ -127,6 +127,7 @@ async def create_twilio_transport(
|
|||
),
|
||||
)
|
||||
|
||||
|
||||
async def create_cloudonix_transport(
|
||||
websocket_client: WebSocket,
|
||||
stream_sid: str,
|
||||
|
|
@ -207,7 +208,7 @@ async def create_cloudonix_transport(
|
|||
if ENABLE_RNNOISE
|
||||
else None,
|
||||
),
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
async def create_vonage_transport(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue