You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,15 @@ A collection of example applications built with [Pipecat](https://github.com/pip
10
10
11
11
**Learning examples** are in the main Pipecat repo, **intermediate and advanced examples** are here.
12
12
13
-
Start with the [quickstart example](https://github.com/pipecat-ai/pipecat/tree/main/examples/quickstart) in the main Pipecat repo to get your first bot running in 5 minutes.
13
+
Start with the [quickstart example](https://docs.pipecat.ai/pipecat/get-started/quickstart) to get your first bot running in 5 minutes.
14
14
15
-
Then continue learning with these starter examples, located in the Pipecat repo:
16
-
17
-
-**[client-server-web example](https://github.com/pipecat-ai/pipecat/tree/main/examples/client-server-web)**: Learn client/server architecture with web clients
18
-
-**[phone-bot-twilio](https://github.com/pipecat-ai/pipecat/tree/main/examples/phone-bot-twilio)**: Learn how to connect your bot to a phone number using Twilio
19
-
20
-
Once you understand the basics, check out the examples below.
15
+
Then use the [Pipecat CLI](https://docs.pipecat.ai/pipecat/get-started/build-your-next-bot) to scaffold your first project or learn more from the demos in this repo.
21
16
22
17
## Prerequisites
23
18
24
19
Most examples require:
25
20
26
-
- Python 3.10 or newer
21
+
- Python 3.11 or newer
27
22
- API keys for AI services (OpenAI, Deepgram, Cartesia, etc.)
28
23
- Additional service-specific requirements (see individual example READMEs)
0 commit comments