Skip to content

Commit

Permalink
Improved README
Browse files Browse the repository at this point in the history
forbidden_commands no longer supported
  • Loading branch information
KillianLucas authored Aug 10, 2023
1 parent fb20901 commit 1217e7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ You can run `interpreter -y` or set `interpreter.auto_run = True` to bypass this
- Watch Open Interpreter like a self-driving car, and be prepared to end the process by closing your terminal.
- Consider running Open Interpreter in a restricted environment like Google Colab or Replit. These environments are more isolated, reducing the risks associated with executing arbitrary code.

Open Interpreter also respects `interpreter.forbidden_commands`, a list of potentially harmful commands that are disallowed by default.

## How Does it Work?

Open Interpreter equips a [function-calling GPT-4](https://platform.openai.com/docs/guides/gpt/function-calling) with the `exec()` function.
Expand Down

0 comments on commit 1217e7b

Please sign in to comment.