Adding missing dependency to openai
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
python-dotenv
|
||||
fastapi[all]
|
||||
uvicorn
|
||||
pipecat-ai[daily,cartesia]
|
||||
pipecat-ai[daily,cartesia,openai]
|
||||
|
||||
Reference in New Issue
Block a user