Skip to content

Commit ca33552

Browse files
authored
fix introduction_to_deep_research_api_agents.ipynb
`-alpha` version of the model dose not exist
1 parent 5d9219a commit ca33552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/deep_research_api/introduction_to_deep_research_api_agents.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"source": [
8686
"### Basic Deep Research Agent\n",
8787
"\n",
88-
"The Basic Research Agent performs Deep Research using the o4-mini-deep-research-alpha model. It has native WebSearch access to the public internet and streams its findings directly back into the notebook. In this case we are using the `o4-mini-deep-research-alpha` model, because it is faster than the full o3 deep research model, with acceptable intelligence.\n",
88+
"The Basic Research Agent performs Deep Research using the o4-mini-deep-research model. It has native WebSearch access to the public internet and streams its findings directly back into the notebook. In this case we are using the `o4-mini-deep-research` model, because it is faster than the full o3 deep research model, with acceptable intelligence.\n",
8989
"\n",
9090
"**Learning objective:**\n",
9191
"\n",

0 commit comments

Comments
 (0)