Skip to content

Commit

Permalink
fix typo (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
danizord authored Oct 14, 2024
1 parent 4ce56a2 commit 857e5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/o1/Using_reasoning_for_routine_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 857e5e4

Please sign in to comment.