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 changes you have made: Removed the deprecated appdirs library. Switched from appdirs to platformdirs in all source files. ### Reference any relevant issues (e.g. "Fixes #000"): Fixes...

### Describe the bug I'm using OI with local models as follows: ```bash interpreter \ -y \ --api_base http:://localhost:8000 \ --model openai/gpt-3.5 \ --context_window 4096 \ --api_key=not_needed \ --local ```...

bug

### Describe the bug my screen seems to flash when it writes a certain amount code i am running it from a python script using the .chat() function I cannot...

Bug

### Is your feature request related to a problem? Please describe. Appdirs has been [officially deprecated](https://github.com/ActiveState/appdirs). It is recommended to change to [platformdirs](https://pypi.org/project/platformdirs/). The repo for `platformdirs` can be found...

enhancement
good first issue

### Describe the changes you have made: Fixed an issue where Open Interpreter would fail to chat when an Azure model is specified. The cause was that the Open Interpreter...

### Is your feature request related to a problem? Please describe. The documentation needs improvement to connect OI to hosted Ollama. Ollama can be hosted in a CSP, on-prem, Docker...

Enhancement

### Describe the changes you have made: Added `/v1` to the API base URL in the documentation so OI can find the Ollama model ### Reference any relevant issues (e.g....

### Is your feature request related to a problem? Please describe. We have opensource models hosted in watsonx.ai , models like codellama 34b, codellama70, which can be used in code...

Enhancement

### Describe the bug To confirm the model works, I asked it to write a haiku: ![image](https://github.com/KillianLucas/open-interpreter/assets/32345320/974cd95f-d6cb-4fa1-9321-d8affce0bc93) Next, to test the project, I asked it for _python script for hello...

Bug

### Describe the bug ![image](https://github.com/KillianLucas/open-interpreter/assets/4324290/ead1ef8b-49ae-4fc3-9d5a-a49a39fd669b) ### Reproduce The language model is: bagelmisterytour not really relevant ### Expected behavior We should make it use powershell when cmd is the input from...

Bug
Good First issue