Coder Social home page Coder Social logo

docker-open-interpreter's Introduction

Docker Open Interpreter

Run open-interpreter in Docker.

DockerHub Image Repo: https://hub.docker.com/r/guoqiao/open-interpreter

GitHub Code Repo: https://github.com/guoqiao/docker-open-interpreter

Run Open Interpreter with Docker Image

Run with gpt-4 model

OPENAI_API_KEY=sk-xxx
docker run -it -e OPENAI_API_KEY=${OPENAI_API_KEY} guoqiao/open-interpreter:latest

NOTE:

  • your api key must have gpt-4 access
  • subscription to chatgpt plus doesn't mean your api key has gpt-4 access

Run with gpt-3.5-turbo model

OPENAI_API_KEY=sk-xxx
docker run -it -e OPENAI_API_KEY=${OPENAI_API_KEY} guoqiao/open-interpreter:latest interpreter --fast

Run with code-llama models

OPEN_INTERPRETER_MODELS_DIR=/mnt/storage/open-interpreter-models

docker run -it \
    -v ${OPEN_INTERPRETER_MODELS_DIR}:/root/.local/share/"Open Interpreter"/models  \
    guoqiao/open-interpreter:latest \
    interpreter --local

NOTE:

  • models are large(e.g.: 2.7G ~ 34G), here we define a folder to download and store them.
  • ideally that folder is on your storage drive

Run with falcon models

OPEN_INTERPRETER_MODELS_DIR=/mnt/storage/open-interpreter-models

docker run -it \
    -v ${OPEN_INTERPRETER_MODELS_DIR}:/root/.local/share/"Open Interpreter"/models  \
    guoqiao/open-interpreter:latest \
    interpreter --falcon

docker-open-interpreter's People

Contributors

guoqiao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.