Skip to content

Commit

Permalink
Notebook text tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze committed Dec 19, 2024
1 parent 449ad8c commit ea01e71
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions notebook/agentchat_realtime_swarm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -345,21 +345,14 @@
" agent.register_hand_off(ON_CONDITION(triage_agent, transfer_to_triage_description))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Expose your local service to the internet using ngrok\n",
"\n",
"..."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Running the Code\n",
"\n",
"**Note**: You may need to expose your machine to the internet through a tunnel, such as one provided by [ngrok](https://ngrok.com/).\n",
"\n",
"This code sets up the FastAPI server for the RealtimeAgent, enabling it to handle real-time voice interactions through Twilio. By executing this code, you’ll start the server and make it accessible for testing voice calls.\n",
"\n",
"Here’s what happens when you run the code: \n",
Expand Down Expand Up @@ -442,22 +435,6 @@
"nest_asyncio.apply()\n",
"uvicorn.run(app, host=\"0.0.0.0\", port=5050)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"realtime_llm_config"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit ea01e71

Please sign in to comment.