open-interpreter:A new way to use computers

Open Interpreter 允许 LLMs 在您的计算机上运行代码来完成任务。
2024年6月17日 单位
open-interpreter:A new way to use computers
郝彦飞

Open Interpreter(开放解释器) 可以让大语言模型(LLMs)在本地运行代码(比如 Python、JavaScript、Shell 等)。安装后,在终端上运行 $ interpreter 即可通过类似 ChatGPT 的界面与 Open Interpreter 聊天。

本软件为计算机的通用功能提供了一个自然语言界面,比如:

  • 创建和编辑照片、视频、PDF 等
  • 控制 Chrome 浏览器进行搜索
  • 绘制、清理和分析大型数据集
  • ...


官网地址:https://www.openinterpreter.com/

源码地址:https://github.com/OpenInterpreter/open-interpreter