Skip to content

Commit fc65357

Browse files
authored
Cleanup unused guides and typo (#1429)
1 parent 6cc3b64 commit fc65357

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

examples/o1/Using_chained_calls_for_o1_structured_outputs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"cell_type": "markdown",
130130
"metadata": {},
131131
"source": [
132-
"Let's now do this with [structured outputs.](https://platform.openai.com/docs/guides/structured-outputs). To enable this functionality, we’ll link the `o1-preview` response with a follow-up request to `gpt-4o-mini`, which can effectively process the data returned from the initial o1-preview response."
132+
"Let's now do this with [structured outputs](https://platform.openai.com/docs/guides/structured-outputs). To enable this functionality, we’ll link the `o1-preview` response with a follow-up request to `gpt-4o-mini`, which can effectively process the data returned from the initial o1-preview response."
133133
]
134134
},
135135
{

registry.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -384,14 +384,6 @@
384384
tags:
385385
- embeddings
386386

387-
- title: Azure DALL·E image generation example
388-
path: examples/azure/DALL-E.ipynb
389-
date: 2023-06-12
390-
authors:
391-
- glecaros
392-
tags:
393-
- dall-e
394-
395387
- title: Azure Chat Completions example (preview)
396388
path: examples/azure/chat.ipynb
397389
date: 2023-03-28
@@ -410,17 +402,6 @@
410402
tags:
411403
- completions
412404

413-
- title: Azure completions example
414-
path: examples/azure/completions.ipynb
415-
date: 2022-12-16
416-
authors:
417-
- cmurtz-msft
418-
- glecaros
419-
- kristapratico
420-
tags:
421-
- embeddings
422-
- completions
423-
424405
- title: Azure embeddings example
425406
path: examples/azure/embeddings.ipynb
426407
date: 2022-07-12

0 commit comments

Comments
 (0)