Skip to content

Commit 6a51989

Browse files
committed
fixed typo and changed to unintelligible
1 parent b2315bc commit 6a51989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Realtime_prompting_guide.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"source": [
7474
"# General Tips\n",
7575
"- **Iterate relentlessly**: Small wording changes can make or break behavior.\n",
76-
" - Example: swapping “inaudible” → “intelligible” boosted noisy audio input handling.\n",
76+
" - Example: For unclear audio instruction, we swapped “inaudible” → “unintelligible” which improved noisy input handling.\n",
7777
"- **Prefer bullets over paragraphs**: Clear, short bullets outperform long paragraphs.\n",
7878
"- **Guide with examples**: The model strongly follows onto sample phrases.\n",
7979
"- **Be precise**: Ambiguity or conflicting instructions = degraded performance similar to GPT-5.\n",
@@ -980,7 +980,7 @@
980980
"\n",
981981
"\n",
982982
"## Unclear audio \n",
983-
"- Always respond in the same language the user is speaking in, if intelligible.\n",
983+
"- Always respond in the same language the user is speaking in, if unintelligible.\n",
984984
"- Only respond to clear audio or text. \n",
985985
"- If the user's audio is not clear (e.g. ambiguous input/background noise/silent/unintelligible) or if you did not fully hear or understand the user, ask for clarification using {preferred_language} phrases.\n",
986986
"```\n",

0 commit comments

Comments
 (0)