From ea01e7123d79eb2358f821e5fccd94843833419d Mon Sep 17 00:00:00 2001 From: Mark Sze Date: Thu, 19 Dec 2024 21:11:06 +0000 Subject: [PATCH] Notebook text tweaks --- notebook/agentchat_realtime_swarm.ipynb | 27 ++----------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/notebook/agentchat_realtime_swarm.ipynb b/notebook/agentchat_realtime_swarm.ipynb index dc9365b82b..59db0bcb26 100644 --- a/notebook/agentchat_realtime_swarm.ipynb +++ b/notebook/agentchat_realtime_swarm.ipynb @@ -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", @@ -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": {