Skip to content

Commit e4fb561

Browse files
Amnah199bilgeyucel
andauthored
Update the tutorial with new structured output feature (#412)
* Update the tutorial * Update the tutorial * PR comments * PR comments * Add heading * PR comments * Change the tutorial name + some formatting --------- Co-authored-by: bilgeyucel <[email protected]>
1 parent 131d02e commit e4fb561

File tree

3 files changed

+512
-518
lines changed

3 files changed

+512
-518
lines changed

index.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ dependencies = ["datasets>=2.6.1", "sentence-transformers>=4.1.0"]
1616
featured = true
1717

1818
[[tutorial]]
19-
title = "Generating Structured Output with Loop-Based Auto-Correction"
20-
description = "Learn how to extract structured data using an LLM, and to validate the generated output against a predefined schema."
21-
level = "intermediate"
19+
title = "Generating Structured Output with OpenAI"
20+
description = "Learn how to generate structured output with OpenAI models using Pydantic models or JSON schema"
21+
level = "beginner"
2222
weight = 71
23-
notebook = "28_Structured_Output_With_Loop.ipynb"
24-
aliases = []
25-
completion_time = "15 min"
23+
notebook = "28_Structured_Output_With_OpenAI.ipynb"
24+
aliases = ["28_Structured_Output_With_Loop"]
25+
completion_time = "10 min"
2626
created_at = 2023-11-30
27-
dependencies = ["colorama"]
27+
dependencies = []
2828

2929
[[tutorial]]
3030
title = "Serializing LLM Pipelines"

0 commit comments

Comments
 (0)