Skip to content

Commit cded4e5

Browse files
remove erroneous heading tag
1 parent f65717b commit cded4e5

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

examples/partners/model_selection_guide/model_selection_guide.ipynb

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"| o3 | Deep tool‑using agent | High‑stakes, multi‑step reasoning | Latency & price | Cost/latency → o4‑mini |\n",
4646
"| o4‑mini | Cheap, fast reasoning | High‑volume \"good‑enough\" logic | Depth ceiling vs o3 | Accuracy critical → o3 |\n",
4747
"\n",
48-
"# *(Full price and utility table → [Section 6.1](#appendices))*\n",
48+
"*(Full price and utility table → [Section 6.1](#appendices))*\n",
4949
"\n",
5050
"## 2.2 Model Evolution at a Glance\n",
5151
"\n",
@@ -61,9 +61,7 @@
6161
"\n",
6262
"### OpenAI Model Evolution \n",
6363
"\n",
64-
6564
"![OpenAI Model Evolution](../../../images/2.2_model_evolution.png)\n",
66-
6765
"\n",
6866
"### Key Characteristics\n",
6967
"\n",
@@ -81,9 +79,7 @@
8179
"\n",
8280
"## 3A. Use Case: Long-Context RAG for Legal Q&A\n",
8381
"\n",
84-
8582
"![Long-Context RAG for Legal Q&A](../../../images/3A_rag_task_card.png)\n",
86-
8783
"## 🗂️ TL;DR Matrix\n",
8884
"\n",
8985
"This table summarizes the core technology choices and their rationale for **this specific Long-Context Agentic RAG implementation**.\n",
@@ -137,9 +133,7 @@
137133
"id": "db9bad1b",
138134
"metadata": {},
139135
"source": [
140-
141136
"![Hierarchical Router](../../../images/3A_rag_hierarchical_router.png)\n",
142-
143137
"\n",
144138
"\n",
145139
"## Agentic RAG System: Model Usage\n",
@@ -1821,9 +1815,7 @@
18211815
"================================================================================\n",
18221816
"\n",
18231817
"## 3B. Use Case: AI Co-Scientist for Pharma R&D\n",
1824-
18251818
"![AI Co-Scientist for Pharma R&D](../../../images/3B_reasoning_task_card.png)\n",
1826-
18271819
"\n",
18281820
"This section details how to build an AI system that functions as a \"co-scientist\" to accelerate experimental design in pharmaceutical R&D, focusing on optimizing a drug synthesis process under specific constraints.\n",
18291821
"\n",
@@ -1863,9 +1855,7 @@
18631855
"\n",
18641856
"The system employs a multi-agent architecture that emulates a high-performing scientific team. Different AI components, acting in specialized roles (such as ideation, critique, and learning from outcomes), collaborate using various models and tools to execute the workflow.\n",
18651857
"\n",
1866-
18671858
"![AI Co-Scientist Architecture](../../../images/3B_coscientist_architecture.png)\n",
1868-
18691859
"\n",
18701860
"### 2.1. **Scientist Input & Constraints:** \n",
18711861
"The process starts with the scientist defining the goal, target compound, and constraints."
@@ -2473,9 +2463,7 @@
24732463
"\n",
24742464
"## 3C. Use Case: Insurance Claim Processing\n",
24752465
"\n",
2476-
24772466
"![](../../../images/3C_insurance_task_card.png)\n",
2478-
24792467
"\n",
24802468
"Many businesses are faced with the task of digitizing hand filled forms. In this section, we will demonstrate how OpenAI can be used to digitize and validate a hand filled insurance form. While this is a common problem for insurance, the same techniques can be applied to a variety of other industries and forms, for example tax forms, invoices, and more.\n",
24812469
"\n",
@@ -2505,9 +2493,7 @@
25052493
"\n",
25062494
"The high level basic architecture of the solution is shown below.\n",
25072495
"\n",
2508-
25092496
"![](../../../images/3C_insurance_architecture.png)\n",
2510-
25112497
"\n",
25122498
"This task is complex and requires a wide variety of model capabilities, including vision, function calling, reasoning, and structured output. While `o3` is capable of doing all of these at once, we found during experimentation that `o4-mini` alone was not sufficient to achieve the necessary performance. Due to the higher relative costs of `o3`, we instead opted for a two-stage approach.\n",
25132499
"\n",
@@ -2517,9 +2503,7 @@
25172503
"\n",
25182504
"To demonstrate concretely how this works, let's look at a sample image of an insurance form.\n",
25192505
"\n",
2520-
25212506
"![](../../../images/3C_insurance_form.png)\n",
2522-
25232507
"\n",
25242508
"While the form itself is fairly straightforward, there is missing data and ambiguous information that will be difficult for a traditional OCR system to fill out correctly. First, notice that the zip code and county have been omitted. Second, the email address of the user is ambiguous \\-- it could be `[email protected]` or `[email protected]`. In the following sections, we will walk through how a well-designed solution can handle these ambiguities and return the correct form results.\n",
25252509
"\n",
@@ -3202,10 +3186,7 @@
32023186
"\n",
32033187
"## Adaptation Decision Tree\n",
32043188
"\n",
3205-
32063189
"![Model Selection Decision Tree](../../../images/3D_model_selection_flowchart.png)\n",
3207-
3208-
32093190
"\n",
32103191
"## Communicating Model Selection to Non-Technical Stakeholders\n",
32113192
"\n",
@@ -3305,12 +3286,11 @@
33053286
"\n",
33063287
"## Contributors\n",
33073288
"\n",
3308-
" This cookbook serves as a joint collaboration effort between OpenAI and [Tribe AI](https://www.tribe.ai/)\n",
3289+
" This cookbook serves as a joint collaboration effort between OpenAI and [Tribe AI](https://www.tribe.ai/)\n",
33093290
"- [Kashyap Coimbatore Murali](https://www.linkedin.com/in/kashyap-murali/)\n",
33103291
"- [Nate Harada](https://www.linkedin.com/in/nate-harada/) \n",
33113292
"- [Sai Prashanth Soundararaj](https://www.linkedin.com/in/saiprashanths/)\n",
33123293
"- [Shikhar Kwatra](https://www.linkedin.com/in/shikharkwatra/)"
3313-
33143294
]
33153295
}
33163296
],

0 commit comments

Comments
 (0)