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:
|
If you want to use the local version of `pipecat` in this repo rather than the last published version, also run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install --editable "../../../[daily,cartesia]"
|
pip install --editable "../../../[daily,cartesia,openai]"
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the server:
|
Run the server:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
python-dotenv
|
python-dotenv
|
||||||
fastapi[all]
|
fastapi[all]
|
||||||
uvicorn
|
uvicorn
|
||||||
pipecat-ai[daily,cartesia]
|
pipecat-ai[daily,cartesia,openai]
|
||||||
|
|||||||
Reference in New Issue
Block a user