Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ curl https://raw.githubusercontent.com/OpenInterpreter/open-interpreter/refs/hea
## Usage

Start a conversation:

```bash
$ interpreter
> help me set up a new fastapi project
Expand All @@ -23,13 +24,15 @@ Adding routes/users.py...
```

Instant chats with `i [prompt]`:

```bash
$ i want a venv here
$ i want to undo the last commit
$ i need deno
i want a venv here
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did I remove the $? That's not a good change... 😑 Each line is a bash command.

i want to undo the last commit
i need deno
```

Fix errors with `wtf`:

```bash
$ python test.py
ImportError: No module named 'requests'
Expand Down Expand Up @@ -92,4 +95,4 @@ print(interpreter.messages)

## License

[AGPL-3.0](LICENSE)
[AGPL-3.0](LICENSE)
Loading