Adding missing dependency to openai

This commit is contained in:
Filipi Fuchter
2025-01-29 15:52:42 -03:00
parent 2ef0735462
commit 2a5728264c
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ pip install -r requirements.txt
If you want to use the local version of `pipecat` in this repo rather than the last published version, also run:
```bash
pip install --editable "../../../[daily,cartesia]"
pip install --editable "../../../[daily,cartesia,openai]"
```
Run the server:

View File

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