open-interpreter
open-interpreter copied to clipboard
A natural language interface for computers
### Describe the bug code-of-conduct:- We propose adding a comprehensive Code of Conduct to our repository to ensure a safe, respectful, and inclusive environment for all contributors and users. This...
### Describe the bug Why Contributors section:- A "Contributors" section in a repo gives credit to and acknowledges the people who have helped with the project, fosters a sense of...
### Describe the bug The script should show pricing or warn the user about cost being incurred. OpenAI's billing limits don't work so it is easy to exceed your budget....
## Summary I'm using Open Interpreter in a Jupyter Notebook with the Python API. Here is a simple example: ```python import interpreter interpreter.chat("Plot a simple graph using matplotlib") ``` ##...
### Describe the bug After the server deploys version 0.1.11, it crashes by pressing any key. How to run a multi-GPU machine with a specified GPU? ### Reproduce interpreter --local...
Langchain has the ability to import tools (including custom ones). Is it possible to create a toolset-like system? This way we can control the AI's actions using predefined tools. Example:...
### Describe the bug When trying to run `interpreter` on Mac with a VPN, I get ``` File "/Users/itaylevy/.pyenv/versions/3.11.6/lib/python3.11/site-packages/urllib3/connectionpool.py", line 712, in urlopen self._prepare_proxy(conn) File "/Users/itaylevy/.pyenv/versions/3.11.6/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1012, in _prepare_proxy...
### Is your feature request related to a problem? Please describe. I am addressing a key issue here. `Open-interpreter` currently lacks transparency when it comes to the costs associated with...
It can be pretty convenient to watch the code saved on a file, rather than seeing the generated code in the terminal
### Is your feature request related to a problem? Please describe. Interpreter will create code efficiently and then start running it. As it runs, it scrolls through the code line...