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
5 changes: 4 additions & 1 deletion examples/Context_summarization_with_realtime_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
"> 1. gpt-realtime supports a 32k token context window, though in certain use cases, you may notice performance degrade as you stuff more tokens into the context window.\n",
"> 2. Token window = all tokens (words and audio tokens) the model currently keeps in memory for the session.x\n",
"\n",
"### One‑liner install (run in a fresh cell)"
"### One‑liner install (run in a fresh cell)\n",
"\n",
"*New API Parameters:*\n",
"> 1. The Realtime API GA has releases a new parameter [`truncation`](https://platform.openai.com/docs/api-reference/realtime-client-events/session/update#realtime-client-events/session/update-session-realtime-session-configuration-truncation). This parameter automatically optimizes context truncation, preserving relevant information while maximizing cache hit rates."
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion examples/Realtime_prompting_guide.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,9 @@
"metadata": {},
"source": [
"## Common Tools\n",
"The new model snapshot has been trained to effectively use the following common tools. If your use case needs similar behavior, keep the names, signatures, and descriptions close to these to maximize reliability and to be more in-distribution."
"The new model snapshot has been trained to effectively use the following common tools. If your use case needs similar behavior, keep the names, signatures, and descriptions close to these to maximize reliability and to be more in-distribution.\n",
"\n",
"Below are some of the important common tools that the model has been trained on:"
]
},
{
Expand Down