From 88d530e84013a0b483c775d1b6c32822c22bcdce Mon Sep 17 00:00:00 2001 From: chadbailey59 Date: Thu, 12 Dec 2024 09:31:15 -0600 Subject: [PATCH] Update requirements.txt for simple-chatbot The gemini example doesn't actually work from a fresh install, because the requirements.txt file doesn't include google :) --- examples/simple-chatbot/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-chatbot/server/requirements.txt b/examples/simple-chatbot/server/requirements.txt index a4e6aa1db..9102eed26 100644 --- a/examples/simple-chatbot/server/requirements.txt +++ b/examples/simple-chatbot/server/requirements.txt @@ -1,4 +1,4 @@ python-dotenv fastapi[all] uvicorn -pipecat-ai[daily,elevenlabs,openai,silero] +pipecat-ai[daily,elevenlabs,openai,silero,google]