mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Cleanup unused guides and typo (#1429)
This commit is contained in:
parent
6cc3b64f54
commit
fc6535783a
@ -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, 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."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user