Skip to content

Commit 7cd23a6

Browse files
committed
added visuals
1 parent 01efe55 commit 7cd23a6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/Context_summarization_with_realtime_api.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@
9898
"\n",
9999
"* GPT-4o realtime accepts up to **128k tokens** and as the token size increases instruction adherence can drifts.\n",
100100
"* Every user/assistant turn consumes tokens → the window **only grows**.\n",
101-
"* **Strategy**: Summarise older turns into a single assistant message, keep the last few verbatim turns, and continue.\n"
101+
"* **Strategy**: Summarise older turns into a single assistant message, keep the last few verbatim turns, and continue.\n",
102+
"\n",
103+
"<img src=\"../images/text-vs-audio-tokens.png\" alt=\"drawing\" width=\"800\"/>"
102104
]
103105
},
104106
{

images/text-vs-audio-tokens.png

2.26 MB
Loading

0 commit comments

Comments
 (0)