open-interpreter
open-interpreter copied to clipboard
A natural language interface for computers
### 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,...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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?...
### 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.  ### Open Interpreter version 2.0...
### Describe the bug  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...
### 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....