Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 512 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 512 Bytes

Chat Bot Real-Time Voice Inference(RTVI) SDK

Install

# Install dependencies & link packages
yarn
# Build chat-bot-rtvi-client
yarn workspace chat-bot-rtvi-client build
# Build chat-bot-rtvi-daily-client
yarn workspace chat-bot-rtvi-daily-client build
# Build chat-bot-rtvi-web-react
yarn workspace chat-bot-rtvi-web-react build

# Build chat-bot-rtvi-web sandbox
yarn workspace chat-bot-rtvi-web-sandbox build
# Run chat-bot-rtvi-web sandbox
yarn workspace chat-bot-rtvi-web-sandbox run dev