Skip to content

Commit b2315bc

Browse files
committed
Enhance Realtime Prompting Guide with new tips and formatting improvements
- Updated the "Reduce Repetition" section for clarity and consistency. - Added new tips on using capitalized text for emphasis and converting non-text rules to text for better understanding. - Improved overall formatting to enhance readability and user experience.
1 parent 77bb834 commit b2315bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/Realtime_prompting_guide.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@
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",
8080
"- **Control language**: Pin output to a target language if you see unwanted language switching.\n",
81-
"- **Fight repetition**: Add a Variety rule to reduce robotic phrasing.\n"
81+
"- **Reduce repetition**: Add a Variety rule to reduce robotic phrasing.\n",
82+
"- **Use capitalized text for emphasis**: Capitalizing key rules makes them stand out and easier for the model to follow.\n",
83+
"- **Convert non-text rules to text**: instead of writing \"IF x > 3 THEN ESCALATE\", write, \"IF MORE THAN THREE FAILURES THEN ESCALATE\"."
8284
]
8385
},
8486
{

0 commit comments

Comments
 (0)