From 29b98c0326547cffac33fc9d75b4d0ab17f33a7e Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Mon, 13 May 2024 17:40:07 +0100 Subject: [PATCH 1/4] removed images from examples readme --- examples/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/examples/README.md b/examples/README.md index 36b26333a..250638a30 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,16 +8,7 @@ Small snippets that build on each other, introducing one or two concepts at a ti ➡️ [Take a look](https://github.com/pipecat-ai/pipecat/tree/main/examples/foundational) ## Chatbot examples -Collection of self-contained real-time voice and video AI demo applications built with [pipecat](https://github.com/pipecat-ai/pipecat/). - -

-   - -
-   - -

- +Collection of self-contained real-time voice and video AI demo applications built with Pipecat. ### Quickstart From 8204e5c2d44c1e4e65951dbb559a046a5231634a Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Mon, 13 May 2024 17:41:03 +0100 Subject: [PATCH 2/4] removed images --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 250638a30..d7b52ed92 100644 --- a/examples/README.md +++ b/examples/README.md @@ -15,7 +15,7 @@ Collection of self-contained real-time voice and video AI demo applications buil Each project has its own set of dependencies and configuration variables. They intentionally avoids shared code across projects — you can grab whichever demo folder you want to work with as a starting point. We recommend you start with a virtual environment: - + ```shell cd pipecat-ai/examples/simple-chatbot From 5f0d8b8d9f6b649f118c8ea551568e8f6b0ef26a Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Mon, 13 May 2024 17:42:01 +0100 Subject: [PATCH 3/4] removed docs badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6e09c2c54..b21a663e6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![PyPI](https://img.shields.io/pypi/v/pipecat-ai)](https://pypi.org/project/pipecat-ai) [![Discord](https://img.shields.io/discord/1239284677165056021 )](https://discord.gg/pipecat) -[![Docs](https://img.shields.io/badge/docs-docusaurus)](https://daily-co.github.io/dailyai-docs/docs/intro) `pipecat` is a framework for building voice (and multimodal) conversational agents. Things like personal coaches, meeting assistants, [story-telling toys for kids](https://storytelling-chatbot.fly.dev/), customer support bots, [intake flows](https://www.youtube.com/watch?v=lDevgsp9vn0), and snarky social companions. From 3be742479dcba96858e651736766fce7e9fcf9ad Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Mon, 13 May 2024 18:17:00 +0100 Subject: [PATCH 4/4] removed space --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index d7b52ed92..250638a30 100644 --- a/examples/README.md +++ b/examples/README.md @@ -15,7 +15,7 @@ Collection of self-contained real-time voice and video AI demo applications buil Each project has its own set of dependencies and configuration variables. They intentionally avoids shared code across projects — you can grab whichever demo folder you want to work with as a starting point. We recommend you start with a virtual environment: - + ```shell cd pipecat-ai/examples/simple-chatbot