视频演示
工具地址#
B 站视频教程,过审后会显示在这里
Open-Interpreter 项目地址
GitHub - KillianLucas/open-interpreter: OpenAI's Code Interpreter in your terminal, running locally
官方文档解锁更多玩法
Introduction - Open Interpreter
环境配置
-
配置 Key
这里以 nova chat 举例
OPENAI_API_KEY 你的key
OPENAI_API_BASE https://api.nova-oss.com/v1/chat/completions
-
Python 官网,你可以挑选想要安装的版本
安装#
安装依赖
pip install open-interpreter
运行代码
-
正常运行
interpreter
-
无需确认
interpreter -y
📎 参考文章#
此文由 Mix Space 同步更新至 xLog
原始链接为 https://www.laogou666.com/posts/Deploy/Open-Interpreter