From 9f3779ebe7c334f0fd01bbaa5036ef0e9512004a Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:29:50 +0200 Subject: [PATCH] Update JSON_mode.ipynb --- 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 7661c943..af9b8a01 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`." ] }, {