Skip to content

Commit 47bd2ad

Browse files
committed
Update Realtime Out-of-Band Transcription notebook to improve clarity by modifying execution count handling and enhancing the description of transcription model performance, highlighting specific instances of accuracy in comparison to the traditional model.
1 parent 55acc2d commit 47bd2ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/Realtime_out_of_band_transcription.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@
727727
},
728728
{
729729
"cell_type": "code",
730-
"execution_count": 12,
730+
"execution_count": null,
731731
"metadata": {},
732732
"outputs": [],
733733
"source": [
@@ -738,7 +738,6 @@
738738
" voice: str = DEFAULT_VOICE,\n",
739739
" instructions: str = REALTIME_MODEL_PROMPT,\n",
740740
" transcription_instructions: str = REALTIME_MODEL_TRANSCRIPTION_PROMPT,\n",
741-
" summary_instructions: str | None = None,\n",
742741
" input_audio_transcription_model: str | None = \"gpt-4o-transcribe\",\n",
743742
" silence_duration_ms: int = DEFAULT_SILENCE_DURATION_MS,\n",
744743
" prefix_padding_ms: int = DEFAULT_PREFIX_PADDING_MS,\n",
@@ -928,7 +927,7 @@
928927
"metadata": {},
929928
"source": [
930929
"From the above example, we can notice:\n",
931-
"- The Realtime Model Transcription quality matches or surpasses that of the transcription model in various turns.\n",
930+
"- The Realtime Model Transcription quality matches or surpasses that of the transcription model in various turns. In one of the turns, the transcription model misses \"this is important.\" while the realtime transcription gets it correctly.\n",
932931
"- The realtime model correctly applies rules for Policy Number formatting (XXXX-XXXX).\n",
933932
"- With context from the entire session, including previous turns where I spelled out my name, the realtime model accurately transcribes my name when the assistant asked my name again while the transcription model makes errors (e.g., \"Minhaj ul Haq\")."
934933
]

0 commit comments

Comments
 (0)