diff --git a/authors.yaml b/authors.yaml
index 78ea04e..6fe8d37 100644
--- a/authors.yaml
+++ b/authors.yaml
@@ -290,4 +290,5 @@ julian-openai:
rzhao-openai:
name: "Randy Zhao"
- website: "https://www.linkedin.com/in/randy-zhao-27433616b"
\ No newline at end of file
+ website: "https://www.linkedin.com/in/randy-zhao-27433616b"
+ avatar: "https://avatars.githubusercontent.com/u/208724779?v=4"
\ No newline at end of file
diff --git a/examples/GPT_with_vision_for_video_understanding.ipynb b/examples/GPT_with_vision_for_video_understanding.ipynb
index 03cbb00..8dcd32c 100644
--- a/examples/GPT_with_vision_for_video_understanding.ipynb
+++ b/examples/GPT_with_vision_for_video_understanding.ipynb
@@ -14,7 +14,11 @@
},
{
"cell_type": "code",
+<<<<<<< HEAD
+ "execution_count": 2,
+=======
"execution_count": 46,
+>>>>>>> main
"metadata": {},
"outputs": [],
"source": [
@@ -45,7 +49,11 @@
},
{
"cell_type": "code",
+<<<<<<< HEAD
+ "execution_count": 3,
+=======
"execution_count": null,
+>>>>>>> main
"metadata": {},
"outputs": [],
"source": [
@@ -72,7 +80,11 @@
},
{
"cell_type": "code",
+<<<<<<< HEAD
+ "execution_count": 4,
+=======
"execution_count": null,
+>>>>>>> main
"metadata": {},
"outputs": [],
"source": [
@@ -91,9 +103,23 @@
},
{
"cell_type": "code",
+<<<<<<< HEAD
+ "execution_count": 5,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Witness an intense and gripping wildlife encounter in the heart of a snowy wilderness. This extraordinary video captures a fearless pack of wolves as they courageously surround and confront a mighty bison. As the icy wind sweeps across the barren landscape, watch the raw power and strategic teamwork of the wolves unfold in a dramatic struggle for survival. The video showcases nature's harsh realities and the delicate balance of predator and prey, highlighting the wolves' determination and the bison's formidable strength. Prepare for an unforgettable glimpse into the relentless dance of life and death in the wild. Don’t miss this captivating moment of nature’s untamed drama!\n"
+ ]
+ }
+ ],
+=======
"execution_count": null,
"metadata": {},
"outputs": [],
+>>>>>>> main
"source": [
"response = client.responses.create(\n",
" model=\"gpt-4.1-mini\",\n",
@@ -138,9 +164,23 @@
},
{
"cell_type": "code",
+<<<<<<< HEAD
+ "execution_count": 6,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "In the vast, unforgiving expanse of the winter tundra, a stealthy pack of wolves encircles their formidable prey: the mighty bison. With calculated precision, they close in, working as a cohesive unit to isolate their target from the herd. Though the bison stands its ground, outnumbered and pressured, the relentless wolves persist, their survival dependent on this crucial hunt. Each movement tells a story of nature's balance—predator and prey locked in an age-old dance for existence under the stark skies. Here, in this frozen wilderness, life and death hang in a delicate balance, governed by the instinct to endure.\n"
+ ]
+ }
+ ],
+=======
"execution_count": null,
"metadata": {},
"outputs": [],
+>>>>>>> main
"source": [
"new_result = client.responses.create(\n",
" model=\"gpt-4.1-mini\",\n",
@@ -178,9 +218,34 @@
},
{
"cell_type": "code",
+<<<<<<< HEAD
+ "execution_count": 7,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ " \n",
+ " "
+ ],
+ "text/plain": [
+ ""
+ ]
+ },
+ "execution_count": 7,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+=======
"execution_count": null,
"metadata": {},
"outputs": [],
+>>>>>>> main
"source": [
"instructions = \"\"\"\n",
"Voice Affect: Calm, measured, and warmly engaging; convey awe and quiet reverence for the natural world.\n",
diff --git a/registry.yaml b/registry.yaml
index 353f3ea..b126d4f 100644
--- a/registry.yaml
+++ b/registry.yaml
@@ -1172,7 +1172,7 @@
- functions
- fine-tuning
-- title: Processing and narrating a video with GPT's visual capabilities and the TTS API
+- title: Processing and narrating a video with GPT-4.1-mini's visual capabilities and GPT-4o TTS API
path: examples/GPT_with_vision_for_video_understanding.ipynb
date: 2025-04-22
authors: