cleanup
This commit is contained in:
@@ -45,9 +45,10 @@ This uses the `local_daily()` function in `bot.py`, which creates a `DailyTransp
|
|||||||
|
|
||||||
### Step 3: Deploy to Pipecat Cloud
|
### Step 3: Deploy to Pipecat Cloud
|
||||||
|
|
||||||
This repo already includes a Dockerfile you can use to build an image that works with Pipecat Cloud. You can do it in two steps:
|
This repo already includes a Dockerfile you can use to build an image that works with Pipecat Cloud. You can do it in a few steps. First, edit `build.sh` and `pcc-deploy.toml` and replace `your-dockerhub-username` with, well, your DockerHub username. Then:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
#
|
||||||
./build.sh
|
./build.sh
|
||||||
pcc deploy
|
pcc deploy
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="0.1"
|
VERSION="0.1"
|
||||||
DOCKER_USERNAME="chadbailey59"
|
DOCKER_USERNAME="your-dockerhub-username"
|
||||||
AGENT_NAME="multi-transport-chatbot"
|
AGENT_NAME="multi-transport-chatbot"
|
||||||
|
|
||||||
# Build the Docker image with the correct context
|
# Build the Docker image with the correct context
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
agent_name = "multi-transport-chatbot"
|
agent_name = "multi-transport-chatbot"
|
||||||
image = "chadbailey59/multi-transport-chatbot:0.1"
|
image = "your-dockerhub-username/multi-transport-chatbot:0.1"
|
||||||
secret_set = "pcc-transport-chatbot-secrets"
|
secret_set = "pcc-transport-chatbot-secrets"
|
||||||
|
|
||||||
[scaling]
|
[scaling]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
python-dotenv
|
python-dotenv
|
||||||
fastapi[all]
|
fastapi[all]
|
||||||
uvicorn
|
uvicorn
|
||||||
pipecat-ai[daily,cartesia,openai,silero,gladia,webrtc]
|
pipecat-ai[cartesia,daily,gladia,openai,silero,webrtc]
|
||||||
pipecatcloud
|
pipecatcloud
|
||||||
Reference in New Issue
Block a user