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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"\n",
"Based on this categorization, the primary agent **hands off the conversation** to the appropriate specialist agent designed for that specific task.\n",
"\n",
"![alt text](./byo_realtime_diagram.png)"
"![alt text](../../images/byo_realtime_diagram.png)"
]
},
{
Expand All @@ -50,7 +50,7 @@
"```\n",
"\n",
"If everything works as expected you should see a simple chat interface\n",
"![alt text](./byo_realtime_starting.png)"
"![alt text](../../images/byo_realtime_starting.png)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# authors for each page.

- title: Build with Realtime Mini
path: examples/building_w_rt_mini/byo_realtime.ipynb
path: examples/building_w_rt_mini/building_w_rt_mini.ipynb
date: 2025-10-11
authors:
- carter-openai
Expand Down