open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

A natural language interface for computers

Results 619 open-interpreter issues
Sort by recently updated
recently updated
newest added

### Describe the bug I can run the interpreter and chat with it, but when it tries to do anything, I only get a blank line printed to the terminal,...

bug

### Is your feature request related to a problem? Please describe. I've been trying to go over every line of code for oi. So I started mapping out every directory...

question
external

### Describe the bug About three months ago (just after it was released) I installed open-interpreter use `pip install open-interpriter`. It's been a while since I've used it and I...

duplicate

### Is your feature request related to a problem? Please describe. Currently to use open-interpreter I need to install a closed source application ### Describe the solution you'd like I...

enhancement

### Is your feature request related to a problem? Please describe. I am trying to create separate instances that complete steps successively, assigning an instance to run the step. Each...

question

### Describe the bug I asked it to use a script in a tools/ folder and it looks like it used it for OpenAI functions instead the file_modifier.py file is...

question

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like How we get the data generate by interpreter when run OI?...

enhancement

### Describe the bug Plese see screenshot, it tries again and again to correct code, but it always does the same thing/doesn't correct it. ![image](https://github.com/KillianLucas/open-interpreter/assets/43472567/2e7ecc6e-f5be-4f10-a64b-e22e10f59e17) ### Open Interpreter version 2.0...

needs verification

### Describe the bug ![屏幕截图 2023-11-19 115344](https://github.com/KillianLucas/open-interpreter/assets/150140023/7481cd6e-f577-498e-b5bd-3fe60add0766) I have installed open-interpreter and when installing no error was showed,however,when I want run it,it shows that. ### Reproduce can't run ### Expected...

bug

### Describe the bug when I import interpreter and do`interpreter.extend_config(config_path=...)` I get the following: ``` Module 'interpreter' has no 'extend_config' memberPylint[E1101:no-member](https://pylint.readthedocs.io/en/latest/user_guide/messages/error/no-member.html) ``` autocompletion also does not work ### Reproduce 1....

bug