Skip to content

Commit

Permalink
Twilio spelling corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze authored Dec 19, 2024
1 parent 21e0c68 commit 7290c06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notebook/agentchat_realtime_swarm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Install AG2 with realtime-twillio dependencies\n",
"## Install AG2 with realtime-twilio dependencies\n",
"\n",
"To use the realtime agent we will connect it to twillio service, this tutorial was inspired by [twillio tutorial](https://www.twilio.com/en-us/blog/voice-ai-assistant-openai-realtime-api-node) for connecting to OpenAPI real-time agent.\n",
"To use the realtime agent we will connect it to twilio service, this tutorial was inspired by [twilio tutorial](https://www.twilio.com/en-us/blog/voice-ai-assistant-openai-realtime-api-node) for connecting to OpenAPI real-time agent.\n",
"\n",
"We have prepared a `TwillioAdapter` to enable you to connect your realtime agent to twillio service.\n",
"We have prepared a `TwilioAdapter` to enable you to connect your realtime agent to twilio service.\n",
"\n",
"To be able to run this notebook, you will need to install ag2 with additional realtime and twillio dependencies."
"To be able to run this notebook, you will need to install ag2 with additional realtime and twilio dependencies."
]
},
{
Expand Down

0 comments on commit 7290c06

Please sign in to comment.