Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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."
"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."
]
},
{
Expand Down
19 changes: 0 additions & 19 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,14 +384,6 @@
tags:
- embeddings

- title: Azure DALL·E image generation example
path: examples/azure/DALL-E.ipynb
date: 2023-06-12
authors:
- glecaros
tags:
- dall-e

- title: Azure Chat Completions example (preview)
path: examples/azure/chat.ipynb
date: 2023-03-28
Expand All @@ -410,17 +402,6 @@
tags:
- completions

- title: Azure completions example
path: examples/azure/completions.ipynb
date: 2022-12-16
authors:
- cmurtz-msft
- glecaros
- kristapratico
tags:
- embeddings
- completions

- title: Azure embeddings example
path: examples/azure/embeddings.ipynb
date: 2022-07-12
Expand Down