We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38dff6 commit 17f28d7Copy full SHA for 17f28d7
README.md
@@ -13,6 +13,7 @@ curl https://raw.githubusercontent.com/OpenInterpreter/open-interpreter/refs/hea
13
## Usage
14
15
Start a conversation:
16
+
17
```bash
18
$ interpreter
19
> help me set up a new fastapi project
@@ -23,13 +24,15 @@ Adding routes/users.py...
23
24
```
25
26
Instant chats with `i [prompt]`:
27
28
-$ i want a venv here
-$ i want to undo the last commit
29
-$ i need deno
+i want a venv here
30
+i want to undo the last commit
31
+i need deno
32
33
34
Fix errors with `wtf`:
35
36
37
$ python test.py
38
ImportError: No module named 'requests'
@@ -92,4 +95,4 @@ print(interpreter.messages)
92
95
93
96
## License
94
97
-[AGPL-3.0](LICENSE)
98
+[AGPL-3.0](LICENSE)
0 commit comments