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 :)
This commit is contained in:
chadbailey59
2024-12-12 09:31:15 -06:00
committed by GitHub
parent af821d8e95
commit 88d530e840

View File

@@ -1,4 +1,4 @@
python-dotenv
fastapi[all]
uvicorn
pipecat-ai[daily,elevenlabs,openai,silero]
pipecat-ai[daily,elevenlabs,openai,silero,google]