You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,13 @@ pip install safeexecute
18
18
19
19
## Usage
20
20
21
-
Set your working directory which is where any potential outputs of the codewill be stored. This is also where the codewill be executed.
21
+
You can pass an entire message from a langauge model into the `code` field and it will parse out any Python code blocks and execute them. If anywhere in the `code` says `pip install <package>`, it will install the package in the container before executing the code.
0 commit comments