Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Jul 24, 2023
2 parents 09a3bd6 + 79e38c0 commit 777f774
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,17 @@ We then stream the model's messages, code, and your system's outputs to the term

Only the last `model_max_tokens` of the conversation are shown to the model, so conversations can be any length, but older messages may be forgotten.

Sure, here's an updated version:

## Safety Notice

Since generated code is executed in your local environment, it can interact with your files and system settings, potentially leading to unexpected outcomes like data loss or security risks.

- Be cautious when requesting commands that modify files or system settings.
- Watch Open Interpreter like a self-driving car, and be prepared to end the process by closing your terminal.
- Regularly back up your data and work in a virtual environment.
- Open Interpreter utilizes `interpreter.forbidden_commands`, a list of commands identified as potentially harmful and disallowed by default. You can modify this list, but do so with caution.
- Consider running the Open Interpreter in a restricted environment like Google Colab or Replit. These environments are more isolated, reducing the risks associated with executing arbitrary code.

## Contributing

Expand Down
Empty file removed test.ipynb
Empty file.

0 comments on commit 777f774

Please sign in to comment.