pcuenq HF Staff commited on
Commit
255d7fb
·
verified ·
1 Parent(s): 7b2dd37

Fix typo in unit2 (#122)

Browse files

- fix: typo in unit2 (b305c2fd8c60d043dc1e45999cd8fe185d0f41e9)

Files changed (1) hide show
  1. unit2/smolagents/code_agents.ipynb +1 -1
unit2/smolagents/code_agents.ipynb CHANGED
@@ -1069,7 +1069,7 @@
1069
  "**Code execution has strict security measures** - imports outside a predefined safe list are blocked by default. However, you can authorize additional imports by passing them as strings in `additional_authorized_imports`.\n",
1070
  "For more details on secure code execution, see the official [guide](https://huggingface.co/docs/smolagents/tutorials/secure_code_execution).\n",
1071
  "\n",
1072
- "When creating the agent, we ill use `additional_authorized_imports` to allow for importing the `datetime` module."
1073
  ]
1074
  },
1075
  {
 
1069
  "**Code execution has strict security measures** - imports outside a predefined safe list are blocked by default. However, you can authorize additional imports by passing them as strings in `additional_authorized_imports`.\n",
1070
  "For more details on secure code execution, see the official [guide](https://huggingface.co/docs/smolagents/tutorials/secure_code_execution).\n",
1071
  "\n",
1072
+ "When creating the agent, we will use `additional_authorized_imports` to allow for importing the `datetime` module."
1073
  ]
1074
  },
1075
  {