Skip to content

Commit e69424f

Browse files
committed
bump up restack libraries for voice example
1 parent 100d871 commit e69424f

File tree

3 files changed

+44
-36
lines changed

3 files changed

+44
-36
lines changed

examples/voice/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"license": "ISC",
1919
"dependencies": {
2020
"@deepgram/sdk": "^3.6.0",
21-
"@restackio/integrations-deepgram": "^0.0.8",
22-
"@restackio/integrations-openai": "^0.0.3",
23-
"@restackio/integrations-twilio": "^0.0.5",
24-
"@restackio/integrations-websocket": "^0.0.12",
25-
"@restackio/ai": "^0.0.75",
21+
"@restackio/integrations-deepgram": "^0.0.11",
22+
"@restackio/integrations-openai": "^0.0.29",
23+
"@restackio/integrations-twilio": "^0.0.8",
24+
"@restackio/integrations-websocket": "^0.0.15",
25+
"@restackio/ai": "^0.0.80",
2626
"@temporalio/workflow": "1.11.1",
2727
"cors": "^2.8.5",
2828
"dotenv": "^16.4.5",

examples/voice/pnpm-lock.yaml

Lines changed: 32 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/voice/readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Add OPENAI_API_KEY and DEEPGRAM_API_KEY keys in .env
77
pnpm dev-server
88
pnpm dev-services
99

10+
# Install Restack Web UI
11+
12+
To install the Restack Web UI, you can use Docker.
13+
```
14+
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
15+
```
16+
1017
# Use frontend with browser microphone:
1118

1219
https://github.com/restackio/voice-frontend

0 commit comments

Comments
 (0)