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 My open-interpreter can't execute SQL directly due to setup problems ![Image](https://github.com/user-attachments/assets/627bc131-03c5-4b75-ac06-aef1ed05c8dc) ![Image](https://github.com/user-attachments/assets/1d8a749e-5234-4526-91b7-8c0872f67ac8) ### Reproduce pip install open-interpreter ### Expected behavior I want openinterpreter to execute sql...

### Describe the bug After a number of turns of conversation with interpreter, the cli starts copying random blocks of previous output (never any of my input), this can be...

### Describe the bug ``` def inerpreter_test(): from interpreter import interpreter import os model_name = "gpt-4o-2024-08-06" api_version = "2024-03-01-preview" api_base = os.getenv( "AZURE_ENDPOINT", "haha" ) interpreter.llm.model = f'azure/{model_name}' interpreter.llm.api_key =...

### Conversation History USER: hi ASSISTANT: HelloHello! How can I help you today? USER: Can you analyze your tools ASSISTANT: II am a large language model, and I have access...

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Hi. I want to use the Qwen-turbo model on the open...

### Is your feature request related to a problem? Please describe. I know that kimi api calls are compatible with openAI and I can provide corresponding apikey baseurl. How can...

### Describe the bug Today I installed openinterpreter and want to use it locally. But when I'm using a local ollama model, I get some json structure as an output:...

### Is your feature request related to a problem? Please describe. OpenInterpreter is amazing, but it a bit behind when it comes to the GUI/ComputerUse department. ### Describe the solution...

Changes made in branch: **MayureshMore:main** Refine configuration for maintainability in .devcontainer.