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
1,938 changes: 1,938 additions & 0 deletions examples/Realtime_prompting_guide.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/Reinforcement_Fine_Tuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2171,7 +2171,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "jupyter-env",
"display_name": "openai",
"language": "python",
"name": "python3"
},
Expand All @@ -2185,7 +2185,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.9"
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down
Binary file added examples/data/audio/multi-emotion.wav
Binary file not shown.
Binary file added examples/data/audio/obj_06.wav
Binary file not shown.
Binary file added examples/data/audio/obj_07.wav
Binary file not shown.
Binary file added examples/data/audio/obj_2_06.wav
Binary file not shown.
Binary file added examples/data/audio/obj_2_07.wav
Binary file not shown.
Binary file added examples/data/audio/pace_06.wav
Binary file not shown.
Binary file added examples/data/audio/pace_07.wav
Binary file not shown.
Binary file added examples/data/audio/pronounciation_06.wav
Binary file not shown.
Binary file added examples/data/audio/pronounciation_07.wav
Binary file not shown.
Binary file added examples/data/audio/sql_after.wav
Binary file not shown.
Binary file added examples/data/audio/sql_before.wav
Binary file not shown.
Binary file added examples/data/audio/unclear_audio.wav
Binary file not shown.
Binary file added images/escalate_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/escalate_07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lang_constraint_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lang_constraint_multi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/multi-language.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/realtime_prompting_guide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/repeat_after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/repeat_before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tool_no_confirm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tool_proactive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
# should build pages for, and indicates metadata such as tags, creation date and
# authors for each page.

- title: Realtime Prompting Guide
path: examples/Realtime_prompting_guide.ipynb
date: 2025-08-29
authors:
- minh-hoque
tags:
- realtime
- speech
- audio
- responses

- title: "Fine-tune gpt-oss for better Korean language performance"
path: articles/gpt-oss/fine-tune-korean.ipynb
date: 2025-08-26
Expand Down