feat: add beaver terminal websocket client
This commit is contained in:
@ -4,6 +4,11 @@ LIVEKIT_API_KEY=
|
||||
LIVEKIT_API_SECRET=
|
||||
CUSTOM_AGENT_NAME=my-agent
|
||||
|
||||
# Beaver terminal text WebSocket
|
||||
BEAVER_WS_URL=ws://127.0.0.1:8080/api/channels/terminal-dev/ws
|
||||
TERMINAL_PEER_ID=device-001
|
||||
TERMINAL_DEVICE_NAME=desk-terminal
|
||||
|
||||
# ASR blackbox
|
||||
CUSTOM_ASR_URL=http://localhost:5000/asr-blackbox
|
||||
CUSTOM_ASR_MODEL=qwen
|
||||
|
||||
Reference in New Issue
Block a user