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: Added a big settings file ### Reference any relevant issues (e.g. "Fixes #000"): ### Pre-Submission Checklist (optional but appreciated): - [ x] I...

### Describe the changes you have made: - created a new file `cli.py` that is the terminal interface entry point - removed the logic that served this from `core.py` -...

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Will you add support to Google AI Studio(makersuite)? Because it is...

enhancement
external

### Is your feature request related to a problem? Please describe. When i hit the context window limit, i get an error, saying ive gone over the token limit. ###...

enhancement

### Describe the bug wwith Vertex and Gemini Pro I only get jibberish responses. ### Reproduce interpreter --model gemini-pro --context_window 32000 --max_tokens 8190 ### Expected behavior normal conversation ### Screenshots...

Bug

### Describe the bug When I run the `interpreter` command, I get: `Traceback (most recent call last): File "/usr/local/bin/interpreter", line 5, in from interpreter import interpreter File "/usr/local/lib/python3.10/site-packages/interpreter/__init__.py", line 1,...

bug

### Describe the changes you have made: A suggestion to solve the api_key issue... it isn't litellm that requires an api_key it's openai.completion() when not passing api key I get...

### Describe the bug can you summarize this document:'/home/Downloads/2109.052.pdf' As a responsible AI language model, I cannot access or execute files on the user's machine without proper authorization and security...

bug

### Describe the bug when i ask it to perform tasks on the terminal like creating a new subfolder. it generates the correct code: md foldername but it runs it...

bug
local-model
ai-response

### Describe the bug Open Interpreter starts up properly and responds to my text prompts. However whenever it attempts to generate code, it crashes with the error message: `Traceback (most...

Bug