banner
laogou

laogou666

[Open-Interpreter Deployment Tutorial] Deploy Your Own Desktop Jarvis in Five Minutes!!!

Video Demonstration

Official Website Video

Tool Address#

Bilibili Video Tutorial, will be displayed here after approval

Deployment Demonstration Video

Open-Interpreter Project Address

GitHub - KillianLucas/open-interpreter: OpenAI's Code Interpreter in your terminal, running locally

Official Documentation for more gameplay

Introduction - Open Interpreter

Environment Configuration

  • Configure Key

    Take nova chat as an example here

    OPENAI_API_KEY  Your key
    
    OPENAI_API_BASE   https://api.nova-oss.com/v1/chat/completions
    
  • Python Official Website, you can choose the version you want to install

Welcome to Python.org

  • Version shown in the video demonstration is 3.11.6

  • Windows system

  • MacOS system

Installation#

Install dependencies

pip install open-interpreter

Run the code

  • Run normally

    interpreter

  • No confirmation required

    interpreter -y

📎 Reference Articles#

This article is synchronized and updated to xLog by Mix Space
The original link is https://www.laogou666.com/posts/Deploy/Open-Interpreter


Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.