Skip to content

Commit

Permalink
examples: add missing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed May 14, 2024
1 parent 2b19d6b commit 663ff34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple-chatbot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ python-dotenv
requests
fastapi[all]
uvicorn
pipecat-ai[daily,openai]
pipecat-ai[daily,openai,silero]
1 change: 1 addition & 0 deletions examples/storytelling-chatbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
async_timeout
fastapi
uvicorn
requests
Expand Down

0 comments on commit 663ff34

Please sign in to comment.