Skip to content

Commit 8963925

Browse files
committed
updated registry
1 parent acf649d commit 8963925

File tree

3 files changed

+36
-6
lines changed

3 files changed

+36
-6
lines changed

authors.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# You can optionally customize how your information shows up cookbook.openai.com over here.
44
# If your information is not present here, it will be pulled from your GitHub profile.
55

6+
minh-hoque:
7+
name: "Minhajul Hoque"
8+
website: "https://www.linkedin.com/in/minhajul-hoque-83242b163/"
9+
avatar: "https://avatars.githubusercontent.com/u/84698472?v=4"
10+
611
shikhar-cyber:
712
name: "Shikhar Kwatra"
813
website: "https://www.linkedin.com/in/shikharkwatra/"
@@ -126,13 +131,13 @@ aaronwilkowitz-openai:
126131
charuj:
127132
name: "Charu Jaiswal"
128133
website: "https://www.linkedin.com/in/charu-j-8a866471"
129-
avatar: "https://avatars.githubusercontent.com/u/18404643?v=4"
134+
avatar: "https://avatars.githubusercontent.com/u/18404643?v=4"
130135

131136
rupert-openai:
132137
name: "Rupert Truman"
133138
website: "https://www.linkedin.com/in/rupert-truman/"
134139
avatar: "https://avatars.githubusercontent.com/u/171234447"
135-
140+
136141
keelan-openai:
137142
name: "Keelan Schule"
138143
website: "https://www.linkedin.com/in/keelanschule/"
@@ -171,8 +176,8 @@ evanweiss-openai:
171176
girishd:
172177
name: "Girish Dusane"
173178
website: "https://www.linkedin.com/in/girishdusane/"
174-
avatar: "https://avatars.githubusercontent.com/u/272708"
175-
179+
avatar: "https://avatars.githubusercontent.com/u/272708"
180+
176181
lxing-oai:
177182
name: "Luke Xing"
178183
website: "https://www.linkedin.com/in/lukexing/"
@@ -227,7 +232,7 @@ erickgort:
227232
name: "Erick Gort"
228233
website: "https://www.linkedin.com/in/erick-gort-32ab1678/"
229234
avatar: "https://avatars.githubusercontent.com/u/189261906?v=4"
230-
235+
231236
kylecote-tray:
232237
name: "Kyle Cote"
233238
website: "https://github.com/kylecote-tray"
@@ -292,7 +297,7 @@ rzhao-openai:
292297
name: "Randy Zhao"
293298
website: "https://www.linkedin.com/in/randy-zhao-27433616b"
294299
avatar: "https://avatars.githubusercontent.com/u/208724779?v=4"
295-
300+
296301
brandonbaker-openai:
297302
name: "Brandon Baker"
298303
website: "https://www.linkedin.com/in/brandonbaker18"

examples/Speech_transcription_methods.ipynb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,14 @@
202202
" print('⚠️ Provide a valid audio file')"
203203
]
204204
},
205+
{
206+
"cell_type": "markdown",
207+
"id": "218b7649",
208+
"metadata": {},
209+
"source": [
210+
"Now, we can call the STT endpoint to transcribe the audio."
211+
]
212+
},
205213
{
206214
"cell_type": "code",
207215
"execution_count": null,
@@ -598,6 +606,13 @@
598606
"[User]: Like these next few links.\n",
599607
"[Assistant]: Comme ces prochains liens."
600608
]
609+
},
610+
{
611+
"name": "stderr",
612+
"output_type": "stream",
613+
"text": [
614+
"Error processing turns: no close frame received or sent\n"
615+
]
601616
}
602617
],
603618
"source": [

registry.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
# should build pages for, and indicates metadata such as tags, creation date and
55
# authors for each page.
66

7+
- title: Methods of Speech-to-Text using OpenAI API & Agents SDK
8+
path: examples/Speech_transcription_methods.ipynb
9+
date: 2025-04-29
10+
authors:
11+
- minh-hoque
12+
tags:
13+
- audio
14+
- speech
15+
- agents-sdk
16+
717
- title: EvalsAPI Use-case - Detecting prompt regressions
818
path: examples/evaluation/use-cases/regression.ipynb
919
date: 2025-04-08

0 commit comments

Comments
 (0)