Video Demonstration
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
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