Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Interpreter support #719

Open
lukehinds opened this issue Jan 22, 2025 · 0 comments
Open

Open Interpreter support #719

lukehinds opened this issue Jan 22, 2025 · 0 comments

Comments

@lukehinds
Copy link
Contributor

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:

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant