Skip to content

Commit 5243cae

Browse files
committed
Update the tutorial
1 parent 448c035 commit 5243cae

File tree

2 files changed

+142
-108
lines changed

2 files changed

+142
-108
lines changed

index.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ 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 OpenAIChatGenerator"
20+
description = "Learn how to generate structured output using OpenAIChatGenerator, and to validate the generated output against a predefined schema."
21+
level = "beginner"
2222
weight = 71
23-
notebook = "28_Structured_Output_With_Loop.ipynb"
23+
notebook = "28_Structured_Output_With_OpenAI.ipynb"
2424
aliases = []
25-
completion_time = "15 min"
25+
completion_time = "10 min"
2626
created_at = 2023-11-30
2727
dependencies = ["colorama"]
2828

0 commit comments

Comments
 (0)