Cleanup unused guides and typo (#1429)

This commit is contained in:
Eric Ning 2024-09-26 13:06:25 -07:00 committed by GitHub
parent 6cc3b64f54
commit fc6535783a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 20 deletions

View File

@ -129,7 +129,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Let's now do this with [structured outputs.](https://platform.openai.com/docs/guides/structured-outputs). To enable this functionality, well 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, well 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."
] ]
}, },
{ {

View File

@ -384,14 +384,6 @@
tags: tags:
- embeddings - 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) - title: Azure Chat Completions example (preview)
path: examples/azure/chat.ipynb path: examples/azure/chat.ipynb
date: 2023-03-28 date: 2023-03-28
@ -410,17 +402,6 @@
tags: tags:
- completions - 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 - title: Azure embeddings example
path: examples/azure/embeddings.ipynb path: examples/azure/embeddings.ipynb
date: 2022-07-12 date: 2022-07-12