diff --git a/tutorials/36_Building_Fallbacks_with_Conditional_Routing.ipynb b/tutorials/36_Building_Fallbacks_with_Conditional_Routing.ipynb index 7a591a4..1cdfc7f 100644 --- a/tutorials/36_Building_Fallbacks_with_Conditional_Routing.ipynb +++ b/tutorials/36_Building_Fallbacks_with_Conditional_Routing.ipynb @@ -235,7 +235,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": null, "metadata": { "id": "VEYchFgQPxZ_" }, @@ -247,7 +247,7 @@ " ChatMessage.from_user(\n", " \"\"\"\n", "Answer the following query given the documents retrieved from the web.\n", - "Your answer shoud indicate that your answer was generated from websearch.\n", + "Your answer should indicate that your answer was generated from websearch.\n", "\n", "Documents:\n", "{% for document in documents %}\n",