影片演示
工具地址#
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