From 663ff3417c75e661910af0339dfa2d9381198265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 14 May 2024 08:03:51 -0700 Subject: [PATCH] examples: add missing requirements --- examples/simple-chatbot/requirements.txt | 2 +- examples/storytelling-chatbot/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/simple-chatbot/requirements.txt b/examples/simple-chatbot/requirements.txt index eef5a0402..11c70f3e1 100644 --- a/examples/simple-chatbot/requirements.txt +++ b/examples/simple-chatbot/requirements.txt @@ -2,4 +2,4 @@ python-dotenv requests fastapi[all] uvicorn -pipecat-ai[daily,openai] +pipecat-ai[daily,openai,silero] diff --git a/examples/storytelling-chatbot/requirements.txt b/examples/storytelling-chatbot/requirements.txt index 78cebe200..52d865de5 100644 --- a/examples/storytelling-chatbot/requirements.txt +++ b/examples/storytelling-chatbot/requirements.txt @@ -1,3 +1,4 @@ +async_timeout fastapi uvicorn requests