open-interpreter
open-interpreter copied to clipboard
A natural language interface for computers
### Describe the bug How do I limit the number of runs if the code interpreter fails multiple times ### Reproduce How do I limit the number of runs if...
### Describe the bug I let the interpreter to "Please summarize a paper at D:\tmp\p799-chen.pdf" Then the interpreter gave me a plan and used the following code: from PyPDF2 import...
### Describe the bug I tried to open a screenshot with this command and Open Interpreter Crashed: `> open /Users/maxpetrusenko/Desktop/photo_2023-11-23_17-58-50.jpg please Python Version: 3.10.12 Pip Version: 23.2.1 Open-interpreter Version: cmd:A,...
### Is your feature request related to a problem? Please describe. I implemented a new [Code-Interpreter](https://github.com/OpenAgentX/Code-Interpreter) which is a porting project for open-interpreter from python to Rust. ### Describe the...
### Is your feature request related to a problem? Please describe. Hi, how to set the api proxy api instead of the official open api address? could i place it...
### Is your feature request related to a problem? Please describe. When interpreter is running a code that needs a lot of looping interation, it seems to be stuck on...
### Describe the bug 对中文的编解码有问题,代码里出现中文或者要读取的文档中出现中文就会报错 ### Reproduce 对中文的编解码有问题,代码里出现中文或者要读取的文档中出现中文就会报错 ### Expected behavior 对中文适配性更好 ### Screenshots _No response_ ### Open Interpreter version 0.2.2 ### Python version 3.11.5 ### Operating System name and...
### Describe the bug The new model of gpt 4 (gpt-4-1106-preview) has 128000 context window. The current setting for open interpreter max out at about 16k. I know we will...
### Describe the bug The max_tokens setting was not working while I used the gpt-3.5-turbo, but it works well when I use the gpt-4 with the same config. ### Reproduce...
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Connect to OpenAI Assistants API ### Describe alternatives you've considered _No...