From fa6fbf0c661b7ea2efadae63db87385a8cb78e58 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:08:55 +0200 Subject: [PATCH] Update JSON_mode.ipynb (#191) --- quickstarts/JSON_mode.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickstarts/JSON_mode.ipynb b/quickstarts/JSON_mode.ipynb index 7661c9436..af9b8a012 100644 --- a/quickstarts/JSON_mode.ipynb +++ b/quickstarts/JSON_mode.ipynb @@ -200,7 +200,7 @@ "id": "1092c669169a" }, "source": [ - "For readability searialize and print it:" + "For readability serialize and print it:" ] }, { @@ -269,7 +269,7 @@ "id": "vBlWzt6M-2oM" }, "source": [ - "For this exaple you want a list of `Recipe` objects, so pass `list[Recipe]` to the `response_schema` field of the `generation_config`." + "For this example you want a list of `Recipe` objects, so pass `list[Recipe]` to the `response_schema` field of the `generation_config`." ] }, {