Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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