Skip to content

Commit 4379b72

Browse files
authored
Update README.md
Updated installation commands and environment variables in README.
1 parent 399f6a7 commit 4379b72

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
1-
# Supermemory x Pipecat
1+
2+
<img width="590" height="98" alt="Screenshot 2026-01-15 at 5 49 27 PM" src="https://github.com/user-attachments/assets/87e590e3-d372-4d0a-ad27-5b76b4cfeccf" />
3+
24

35
Voice assistant with persistent memory powered by [Supermemory](https://supermemory.ai) and [Pipecat](https://pipecat.ai).
46

57
## Quick Start
68

79
```bash
8-
bun install && cd backend && pip install -r requirements.txt
10+
bun i && bun run setup:backend
911
```
1012

1113
```bash
1214
# backend/.env
13-
OPENAI_API_KEY=sk-...
14-
SUPERMEMORY_API_KEY=sm-...
15+
OPENAI_API_KEY=
16+
SUPERMEMORY_API_KEY=
1517
```
1618

1719
```bash
18-
bun run start:backend # Terminal 1
19-
bun run dev # Terminal 2
20+
bun run dev:backend
21+
bun run dev
2022
```
2123

2224
## Pipecat Memory Integration

0 commit comments

Comments
 (0)