From 857e5e489405162d6accb5f4516d87a8cb0b9cca Mon Sep 17 00:00:00 2001 From: Danizord Date: Mon, 14 Oct 2024 03:06:46 -0700 Subject: [PATCH] fix typo (#1449) --- examples/o1/Using_reasoning_for_routine_generation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",