open-interpreter
open-interpreter copied to clipboard
A natural language interface for computers
### Describe the bug I get the error `FileNotFoundError: [Errno 2] No such file or directory: 'screencapture'` I can't find how to install this. any help? ``` File /usr/local/Cellar/[email protected]/3.10.13_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py:1863, in...
Now the user can edit the code before running it. OI does not keep track of previous code (before it was edited). #### What I did exactly: - Instead of...
### Describe the changes you have made: The `run` method in the `Terminal` class is a generator function that executes some code and yields the results one at a time....
### Describe the bug For example it runs: `update-desktop-database /home/xxx/.local/are/applications` Instead of: `update-desktop-database /home/xxx/.local/share/applications` And it is known to keep doing this with other commands. ### Reproduce 1. Ask it...
### Describe the bug When starting interpreter --os from the command line, the command fails and the following error occurs: (.venv) anon@Frankenbako:~/active-tools-stack/interpreter$ interpreter --os Traceback (most recent call last): File...
### Is your feature request related to a problem? Please describe. no ### Describe the solution you'd like add a copy icon top right corner to generated scripts so they...
Help!!
### Describe the bug Every time i try to install, this is all i get.. ### Reproduce 1. Open CMD (admin) 2. pip install open-interpreter ### Expected behavior install open-interpreter...
### Describe the changes you have made: Updated the docs for perplexity ### Reference any relevant issues (e.g. "Fixes #000"): https://github.com/KillianLucas/open-interpreter/issues/939 ### Pre-Submission Checklist (optional but appreciated): - [x] I...
### Describe the changes you have made: There are a few missing, will add them Fixing typos first ### Reference any relevant issues (e.g. "Fixes #000"): ### Pre-Submission Checklist (optional...
Added `%edit` to allow the user to edit the last code submitted by OI. The code is saved in a temp file with its extension matching the language. When the...