You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/quickstart/README.md
+5-23Lines changed: 5 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,23 +81,12 @@ Transform your local bot into a production-ready service. Pipecat Cloud handles
81
81
82
82
> 💡 Tip: You can run the `pipecat` CLI using the `pc` alias.
83
83
84
-
3. Set up Docker for building your bot image:
85
-
86
-
-**Install [Docker](https://www.docker.com/)** on your system
87
-
-**Create a [Docker Hub](https://hub.docker.com/) account**
88
-
-**Login to Docker Hub:**
89
-
90
-
```bash
91
-
docker login
92
-
```
93
-
94
84
### Configure your deployment
95
85
96
-
The `pcc-deploy.toml` file tells Pipecat Cloud how to run your bot.**Update the image field** with your Docker Hub username by editing `pcc-deploy.toml`.
86
+
The `pcc-deploy.toml` file tells Pipecat Cloud how to run your bot.
97
87
98
88
```ini
99
89
agent_name = "quickstart"
100
-
image = "YOUR_DOCKERHUB_USERNAME/quickstart:0.1"# 👈 Update this line
- `image`: The Docker image to deploy (format: `username/image:version`)
111
99
-`secret_set`: Where your API keys are stored securely
112
100
-`min_agents`: Number of bot instances to keep ready (1 = instant start)
113
101
114
-
> 💡 Tip: [Set up `image_credentials`](https://docs.pipecat.ai/deployment/pipecat-cloud/fundamentals/secrets#image-pull-secrets) in your TOML file for authenticated image pulls
115
-
116
102
### Log in to Pipecat Cloud
117
103
118
104
To start using the CLI, authenticate to Pipecat Cloud:
@@ -121,7 +107,7 @@ To start using the CLI, authenticate to Pipecat Cloud:
121
107
pipecat cloud auth login
122
108
```
123
109
124
-
You'll be presented with a link that you can click to authenticate your client.
110
+
You'll be presented with a link and six-digit code that you can click to authenticate your client.
0 commit comments