Update JS simple-chatbot client to use latest client SDKs

This commit is contained in:
Mark Backman
2025-01-15 09:47:20 -05:00
parent 5f402ad741
commit cce14fca97
3 changed files with 87 additions and 160 deletions

View File

@@ -11,11 +11,11 @@
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@daily-co/realtime-ai-daily": "^0.2.1",
"realtime-ai": "^0.2.1"
},
"devDependencies": {
"vite": "^6.0.2"
},
"dependencies": {
"@pipecat-ai/client-js": "^0.3.2",
"@pipecat-ai/daily-transport": "^0.3.4"
}
}