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

### Is your feature request related to a problem? Please describe. Thank you for KillianLucas's contribution, which provides me with a powerful tool in the form of a large model....

enhancement

### Is your feature request related to a problem? Please describe. Hello, it seems like there is no way to disable the running code by default when returning responses which...

enhancement

### Describe the bug If I have the following data and generated program that uses a pandas dataframe and lambda expression to search for a person with the same skills...

bug

### Is your feature request related to a problem? Please describe. My problem is not the open interpreter, but the lack of it in autogen ### Describe the solution you'd...

enhancement

### Describe the bug ![微信图片_20231207075752](https://github.com/KillianLucas/open-interpreter/assets/143156357/049ef643-4f93-44c4-bc61-b055651ffcce) Please refer to the screenshots for details. ### Reproduce 1-Set up a virtual environment Anaconda, with the installation location of openinterpreter at D:\ProgramData\Anaconda3\envs\openinterpreter 2-Press win+r,...

bug

### Is your feature request related to a problem? Please describe. If I want to build an API on interpeter.chat with display = False, I want interpreter to always ask...

enhancement

### Describe the bug ``` def count_tokens(text="", model="gpt-4"): """ Count the number of tokens in a string """ # Fix bug where models starting with openai/ for example can't find...

Bug
Help Required

### Describe the changes you have made: This work-in-progress introduces the ability to edit code in your default editor before running it. When Open Interpreter asks if you want to...

Help Required

### Describe the changes you have made: This is the continuation of better config used pydantic to load profiles from config. This is very incomplete ### Reference any relevant issue...

### Describe the bug I have LM Studio running and have both mistral and code llama downloaded. When I try to run interpreter --local with either running I get the...

external