关于Open Interpreter github 开源地址https://github.com/KillianLucas/open-interpreter在github上已经获得3万9千星 Open Interpreter主要是用来实现在本地和大语言模型进行交互的,通过大语言模型将自然语言转换为脚本代码,然后在本地执行从而实现目标。安装后运行,您可以通过终端中类似ChatGPT的界面与 Open Interpreter 进...
GitHub Codespaces Press the , key on this repository's GitHub page to create a codespace. After a moment, you'll receive a cloud virtual machine environment pre-installed with open-interpreter. You can then start interacting with it directly and freely confirm its execution of system commands ...
.github docs hardware/light software .gitignore .gitmodules .pre-commit-config.yaml CONTEXT.md CONTRIBUTING.md LICENSE README.md ROADMAP.md USES.md Repository files navigation README License ○ The #1 open-source voice interface. Get Updates | Documentation ...
最近在逛Github的时候发现了一款神器,叫做Open Interpreter,主要是用来实现在本地和大语言模型进行交互的,通过大语言模型将自然语言转换为脚本代码,然后在本地执行从而实现目标。 简单来说比如你想在桌面上创建一个名为joke.txt文件,你不在需要手动创建,而是通过自然语言告诉Open Interpreter,让它帮我们生成创建文件的脚...
最近在逛 Github 的时候发现了一款神器,叫做 Open Interpreter,主要是用来实现在本地和大语言模型进行交互的,通过大语言模型将自然语言转换为脚本代码,然后在本地执行从而实现目标。
参考资料: 1、https://docs.openinterpreter.com 2、https://github.com/OpenInterpreter/open-interpreter 3、https://zhuanlan.zhihu.com/p/676974186 4、https://zhuanlan.zhihu.com/p/65 作者:刘忠励|神州数码云基地
最近在逛 Github 的时候发现了一款神器,叫做 Open Interpreter,主要是用来实现在本地和大语言模型进行交互的,通过大语言模型将自然语言转换为脚本代码,然后在本地执行从而实现目标。 简单来说比如你想在桌面上创建一个名为 joke.txt 文件,你不在需要手动创建,...
pip3 install openai llama-cpp-python langchain 步骤2:安装Open Interpreter 从GitHub克隆并安装Open Interpreter: pip3 install open-interpreter 步骤3:配置API Key 首先,你需要为所使用的模型生成一个API Key。例如,如果使用OpenAI,可以点击这里创建API Key。然后,使用以下命令将API Key设置为环境变量: ...
从GitHub克隆并安装 Open Interpreter: pip3 install open-interpreter 步骤 3:配置 API Key 首先,你需要为所使用的模型创建一个 API Key。例如,如果你使用OpenAI,可以点击这里创建 API Key。然后,使用以下命令将 API Key 设置为环境变量: exportOPENAI_API_KEY="你的-API-Key" ...
参考资料: 1、https://docs.openinterpreter.com 2、https://github.com/OpenInterpreter/open-interpreter 3、https://zhuanlan.zhihu.com/p/676974186 4、https://zhuanlan.zhihu.com/p/65 作者:刘忠励|神州数码云基地