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 Sometimes the language model inside open interpreter hallucinates & deviates from what I want it to do. I have to interrupt terminal cmd + c. I...

bug

### Describe the changes you have made: Added the new magic commands to the docs ### Reference any relevant issues (e.g. "Fixes #000"): ### Pre-Submission Checklist (optional but appreciated): -...

### Describe the bug I have the main branch of OI installed from source and tested on an old iMac which runs macOS 11.7.10. An error occurred when I tried...

Bug

### Describe the changes you have made: Someone was being difficult and changed their username 😋 so we need to update the path to the repo ### Reference any relevant...

### Describe the bug Hello, I found this model which i thought would be good for this task since it's a mixtral finetuned with function calling but i get endless...

bug

### Is your feature request related to a problem? Please describe. I have created two profiles for different models/api keys. One is for OpenAI and the other is for Azure....

Enhancement

### Describe the bug ``` code = f""" import matplotlib matplotlib.use('{backend}') """ ``` ``` def _execute_code(self, code, message_queue): def iopub_message_listener(): while True: print("iopub_message_listener") # If self.finish_flag = True, and we...

Bug
Help Required

### Describe the changes you have made: Added a %jupyter magic command to export the current session as a jupyter notebook file, that you can run in Google Collab. ###...

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like When using open-interpreter as part of my python project, I'd like...

Enhancement

### Is your feature request related to a problem? Please describe. The application launch a bit too slow especially for cases that users just want some basic functions like `-h`,...

Enhancement