diff --git a/examples/o1/Using_reasoning_for_routine_generation.ipynb b/examples/o1/Using_reasoning_for_routine_generation.ipynb index 8c76dfd..31dc3c0 100644 --- a/examples/o1/Using_reasoning_for_routine_generation.ipynb +++ b/examples/o1/Using_reasoning_for_routine_generation.ipynb @@ -57,7 +57,7 @@ "source": [ "We have our articles stored in an accessible csv. We will take the articles and pass them to o1-preview in parallel and generate the initial routines.\n", "\n", - "Our instructions for converting to policy to a routine include:\n", + "Our instructions for converting the policy to a routine include:\n", "- Converting the policy from an external facing document to an internal SOP routine\n", "- Breaking down the policy in specific actions and sub-actions\n", "- Outlining specific conditions for moving between steps\n",