Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
funwarioisii committed Mar 19, 2024
1 parent 1c521ad commit 57aeea6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/settings/all-settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,18 @@ system_message: "You are Open Interpreter..."

</CodeGroup>

### Load Message

You can pass the first prompt at startup via a text file. This is achieved by using the `--load_message` flag.

<CodeGroup>

```bash Terminal
interpreter --load_message prompt.txt
```

</CodeGroup>

### Disable Telemetry

Opt out of [telemetry](telemetry/telemetry).
Expand Down

0 comments on commit 57aeea6

Please sign in to comment.