You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Interpreter lets LLMs run code (Python, Javascript, Shell, and more) locally. You can chat with Open Interpreter through a ChatGPT-like interface in your terminal by running $ interpreter after installing.
Background & Motivation
Open Interpreter provides a natural-language interface to a computer's general-purpose capabilities:
Create and edit photos, videos, PDFs, etc.
Control a Chrome browser to perform research
Plot, clean, and analyze large datasets
Run commands, machine control
The application is capable of leaking secrets and PII, it has been observed to list directory / file contents and send them to LLM for processing, so would benefit from CodeGate style protections.
Requirements
Create an Open Interpreter client, capable of:
Passing all inputs / outputs via CodeGates available pipelines
Operating within the context of CodeGate's Workspace feature
The text was updated successfully, but these errors were encountered:
Open Interpreter support
Open Interpreter lets LLMs run code (Python, Javascript, Shell, and more) locally. You can chat with Open Interpreter through a ChatGPT-like interface in your terminal by running $ interpreter after installing.
Background & Motivation
Open Interpreter provides a natural-language interface to a computer's general-purpose capabilities:
The application is capable of leaking secrets and PII, it has been observed to list directory / file contents and send them to LLM for processing, so would benefit from CodeGate style protections.
Requirements
Create an Open Interpreter client, capable of:
The text was updated successfully, but these errors were encountered: