Skip to content

Commit 53850a8

Browse files
committed
Enhance Realtime Out-of-Band Transcription notebook by adding a note on iterating the REALTIME_MODEL_TRANSCRIPTION_PROMPT for tailored use cases, emphasizing the removal of Policy Number formatting rules for better applicability.
1 parent 41ad427 commit 53850a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/Realtime_out_of_band_transcription.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@
149149
"We use **two distinct prompts**:\n",
150150
"\n",
151151
"1. **Voice Agent Prompt** (`REALTIME_MODEL_PROMPT`): This is an example prompt used with the realtime model for the Speech 2 Speech interactions.\n",
152-
"2. **Transcription Prompt** (`REALTIME_MODEL_TRANSCRIPTION_PROMPT`): Silently returns a precise, verbatim transcript of the user's most recent speech turn. You can modify this prompt to iterate in transcription quality."
152+
"2. **Transcription Prompt** (`REALTIME_MODEL_TRANSCRIPTION_PROMPT`): Silently returns a precise, verbatim transcript of the user's most recent speech turn. You can modify this prompt to iterate in transcription quality.\n",
153+
"\n",
154+
"> For the `REALTIME_MODEL_TRANSCRIPTION_PROMPT`, you can start from this base prompt, but the goal would be for you to iterate on the prompt to tailor it to your use case. Just remember to remove the Policy Number formatting rules since it might not apply to your use case!"
153155
]
154156
},
155157
{

0 commit comments

Comments
 (0)