Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Run Markdown linter on README #1611

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
endolith wants to merge 1 commit into openinterpreter:development
base: development
Choose a base branch
Loading
from endolith:markdown_lint
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
View file Open in desktop
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

AltStyle によって変換されたページ (->オリジナル) /