diff --git a/examples/README.md b/examples/README.md index 8d3ff3f1f..5ec86002e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -55,20 +55,6 @@ Then, run the example with: uv run getting-started/06-voice-agent.py -t twilio -x NGROK_HOST_NAME ``` -### Vonage - -It is also possible to run the example through a Vonage session. Just provide the values for the following variables in -the `.env` file: -* VONAGE_APPLICATION_ID -* VONAGE_SESSION_ID -* VONAGE_TOKEN - -Then, run the example with: - -```bash -uv run getting-started/06-voice-agent.py -t vonage -``` - ## Directory Structure ### [`getting-started/`](./getting-started/)