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 When typing the prompt I get the following errors: File "C:\Users\brian\anaconda3\Lib\site-packages\httpx\_transports\default.py", line 231, in handle_request resp = self._pool.handle_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\brian\anaconda3\Lib\site-packages\httpcore\_sync\connection_pool.py", line 215, in handle_request raise...

Bug

### Describe the changes you have made: One more step towards decoupling `Core` from `Terminal Interface` by moving `get_storage_path` util into `Core`. `OpenInterpreter` objects are initialized with a `conversation_history_path` field...

### Describe the bug I am not able to get any reasonable input when using codellama hosted in togetherAI. ### Reproduce ```python import os os.environ["TOGETHERAI_API_KEY"] = "..." from interpreter import...

Bug

### Is your feature request related to a problem? Please describe. Control open interpreter with alexa ### Describe the solution you'd like control open interpreter controlled with Alexa skill ll...

enhancement

### Describe the bug When use "interpreter --os" on an m1 macos 14.2. Any time it tries to take a screenshot I get an error. As follows: # Let's try...

Bug

### Is your feature request related to a problem? Please describe. If i understand correctly ( by watching demo from https://github.com/KillianLucas/open-interpreter/#demo), this will work ONLY after prompting. instead, If it...

enhancement

### Is your feature request related to a problem? Please describe. I want to show the code that generated by LLMs before run it. In OpenAI's Code Interpreter, the function...

enhancement

### Describe the bug Lets say I have it make a slightly larger then simple program / file. It will start by not need my input then after a few...

Bug

### Describe the bug When we run a simple prompt in OI, the command window can rapidly get filled with iterations of the entire stream over and over. I've attached...

Bug
Enhancement
Help Required

website does not display properly on larger screen size like (16+ inches) ![photo_2024-02-25_12-26-28](https://github.com/KillianLucas/open-interpreter/assets/88425229/c6f22f03-cb0e-4cdd-9083-8bd6bf8c7725) ### Reproduce 1. open https://openinterpreter.com/ homepage 2. scroll down on 16+inch device ### Expected behavior screen size...

Bug