Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion container-images/custom-dockerfiles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ readycheck_endpoint = "/ready"
dockerfile_path = "./Dockerfile"
```

The configuration requires three key parameters:
The configuration requires four key parameters:

- `port`: The port the server listens on.
- `healthcheck_endpoint`: The endpoint used to confirm instance health. If unspecified, defaults to a TCP ping on the configured port. If the health check registers a non-200 response, it will be considered _unhealthy_, and be restarted should it not recover timely.
Expand Down
2 changes: 1 addition & 1 deletion container-images/custom-web-servers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ loguru = "latest"
fastapi = "latest"
```

The configuration requires three key parameters:
The configuration requires four key parameters:

- `entrypoint`: The command that starts your server
- `port`: The port your server listens on
Expand Down
6 changes: 3 additions & 3 deletions v4/examples/livekit-outbound-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,21 +125,21 @@ Each service offers a generous free tier:

- **Deepgram**

You can signup for a Deepgram account [here](https://www.notion.so/Livekit-Outbound-agent-13ebfd664fb180c5b02bf9c71f72b23d?pvs=21). Straight from the dashboard, you can create an API key.
You can sign up for a Deepgram account [here](https://www.notion.so/Livekit-Outbound-agent-13ebfd664fb180c5b02bf9c71f72b23d?pvs=21). Straight from the dashboard, you can create an API key.
Store this value for later.

![Deepgram Dashboard](/images/examples/livekit-agent/deepgram-dashboard.png)

- **OpenAI**

You can signup for an OpenAI account [here](https://platform.openai.com/signup). You can then click “Dashboard” top right and then “API keys” in the left sidebar.
You can sign up for an OpenAI account [here](https://platform.openai.com/signup). You can then click “Dashboard” top right and then “API keys” in the left sidebar.
Create an API key and store this value to use later.

![OpenAI Dashboard](/images/examples/livekit-agent/openai-dashboard.png)

- **Cartesia**

You can signup for a Cartesia account [here](https://www.notion.so/Livekit-Outbound-agent-13ebfd664fb180c5b02bf9c71f72b23d?pvs=21). Once you login, you can click, API keys in the
You can sign up for a Cartesia account [here](https://www.notion.so/Livekit-Outbound-agent-13ebfd664fb180c5b02bf9c71f72b23d?pvs=21). Once you log in, you can click API keys in the
left sidebar and create a new API key.

![Cartesia Dashboard](/images/examples/livekit-agent/cartesia-dashboard.png)
Expand Down
Loading