search
HomeTechnology peripheralsAIWith 13k stars, the open source version of the code interpreter tops the GitHub hot list and can be run locally and access the Internet.

In July this year, OpenAI opened a powerful plug-in, Code Interpreter, which can generate and execute code solutions based on the user’s natural language needs, and ultimately complete the analysis of data and creation of charts. , editing files and other tasks.

However, OpenAI’s Code Interpreter has some specific limitations. The plugin runs in a controlled remote environment, is hosted, and is closed source, meaning the developer has limited control over local settings. In addition, Code Interpreter does not have access to the Internet and has certain limitations on the size of uploaded files and runtime

Now, an open source project called Open Interpreter has solved these problems. Open Interpreter can run in a local environment with Internet access, has no restrictions on file size or runtime, and can leverage any package or library. The project has only been online for one week and has already received 13k stars

狂揽13k star,开源版代码解释器登顶GitHub热榜,可本地运行、可访问互联网

  • ## Project address: https://github.com/ KillianLucas/open-interpreter/#commands
  • Project homepage: https://openinterpreter.com/

Using GPT-4 API combined with Open Interpreter, Python code can be executed in the local environment or Google Colab. This makes GPT-4 very powerful. Through Open Interpreter, users can control computers to complete various tasks through natural language, such as summarizing PDFs, visualizing data sets, and controlling browsers

狂揽13k star,开源版代码解释器登顶GitHub热榜,可本地运行、可访问互联网

## Taking Apple computers as an example, users can enter natural language commands in the Mac terminal interface and open the interpreter to meet the user's needs. For example, you can switch your system to dark mode by entering the command

狂揽13k star,开源版代码解释器登顶GitHub热榜,可本地运行、可访问互联网

Summary summary pdf long article:

狂揽13k star,开源版代码解释器登顶GitHub热榜,可本地运行、可访问互联网

Convert Word files to PDF files:

狂揽13k star,开源版代码解释器登顶GitHub热榜,可本地运行、可访问互联网

View the to-do list on Calendar software Do things and email them to someone:

狂揽13k star,开源版代码解释器登顶GitHub热榜,可本地运行、可访问互联网

You can even write a simple Pomodoro software:

狂揽13k star,开源版代码解释器登顶GitHub热榜,可本地运行、可访问互联网

In addition, Open Interpreter can solve mathematical problems by executing Python code. For example, to solve the equation 10x 14 = 12:

狂揽13k star,开源版代码解释器登顶GitHub热榜,可本地运行、可访问互联网

In terms of installation and use, the installation of Open Interpreter is very simple, requiring only one line of code:

pip install open-interpreter

After the installation is complete, enter interpreter in Terminal to start using Open Interpreter.

Open Interpreter allows LLM to run code in Python, Javascript, Shell and other languages ​​locally. If there is no GPT-4 API, you can also use the open source model Code Llama through the following command line:

interpreter —local

or use the following command line to use gpt-3.5-turbo:

interpreter —fast

Open Interpreter 迅速在机器学习社区爆火,很多网友都称赞其是一个非常优秀的项目:

狂揽13k star,开源版代码解释器登顶GitHub热榜,可本地运行、可访问互联网

狂揽13k star,开源版代码解释器登顶GitHub热榜,可本地运行、可访问互联网

还有网友关心 Open Interpreter 的安全问题。对此,项目作者回应道:「Open Interpreter 在运行任何代码之前都会要求进行验证」。

狂揽13k star,开源版代码解释器登顶GitHub热榜,可本地运行、可访问互联网

项目作者还表示后续将把 Open Interpreter 开发成一个桌面应用程序:

狂揽13k star,开源版代码解释器登顶GitHub热榜,可本地运行、可访问互联网

对于那些对这个强大又有趣的开源项目感兴趣的读者们,不妨赶快去试试看吧

The above is the detailed content of With 13k stars, the open source version of the code interpreter tops the GitHub hot list and can be run locally and access the Internet.. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:51CTO.COM. If there is any infringement, please contact admin@php.cn delete
atom中 40+ 个常用插件推荐分享(附插件安装方法)atom中 40+ 个常用插件推荐分享(附插件安装方法)Dec 20, 2021 pm 04:14 PM

本篇文章给大家分享40+ 个atom常用插件,并附上在atom中安装插件的方法,希望对大家有所帮助!

五个IntelliJ IDEA插件,高效编写代码五个IntelliJ IDEA插件,高效编写代码Jul 16, 2023 am 08:03 AM

人工智能AI是当前广受认可的未来趋势和发展方向。虽然有些人担心AI可能会取代所有的工作,但实际上只会取代那些重复性高、产出低的工作。因此,我们应该学会更加聪明地工作,而不是使劲努力地工作。本文介绍5个由AI驱动的Intellij插件,这些插件可以帮助你提高生产力,减少繁琐的重复性工作,让你的工作更加高效、便捷。1GithubCopilotGithubCopilot是由OpenAI和GitHub联合开发的一款人工智能代码辅助工具。它使用了OpenAI的GPT模型来分析代码上下文,预测并生成新的代码

vscode插件分享: 6个Vue3开发必备插件vscode插件分享: 6个Vue3开发必备插件Dec 09, 2022 pm 08:36 PM

本篇文章给大家整理分享 6 个 Vue3 开发必备的 VSCode 插件,可以直接用过 VSCode 的插件中心直接安装使用,希望对大家有所帮助!

用 VSCode 写 Python,这14个插件不容错过!用 VSCode 写 Python,这14个插件不容错过!May 24, 2023 pm 05:19 PM

可以说,VisualStudioCode这个编辑器,让微软在开源社区赢回了王者段位,要知道全球2400万开发者中有1400万称VSCode为自己的家,再加上GitHub和VSCode的结合,几乎所有的程序员的都离不开VSCode,不过,VSCode如此优秀,值得每个程序员使用,甚至我觉得非程序员都可以用它来码字。如果你还没用过VSCode,那访问这里安装[1]一个吧,很可能就打开了一个新世界。今天分享14个非常实用VSCode插件,可以让你写代码如同神一般,尤其是

2023年最新最全的VScode插件推荐2023年最新最全的VScode插件推荐Jan 24, 2023 am 05:30 AM

这篇文章主要介绍了这么多年来我在使用 VSCode 过程中用到的一些不错的插件。这些VSCode插件,帮你打造地表最强IDE!

【吐血总结】23个VSCode 插件,助你提高开发效率和美观性【吐血总结】23个VSCode 插件,助你提高开发效率和美观性Mar 10, 2022 pm 08:01 PM

本篇文章给大家总结了23个各种功能的VSCode 插件,可以帮助开发者提高开发效率和美观性,希望对大家有所帮助!

浏览器增强版ChatGPT无敌了?超强插件Monica,能聊能写效率Max浏览器增强版ChatGPT无敌了?超强插件Monica,能聊能写效率MaxMay 03, 2023 pm 06:58 PM

提起Monica,你会想到什么?是老友记里的主角之一Monica·Geller,一个热心肠的女主人形象;还是心跳文学部里的疯疯癫癫的Monika?或者,最近爆火的Chrome插件——Monica。它的功能实在是太强大了,用完一次保你爱不释手。毕竟,搭载了ChatGPT的网页助手,能是俗物吗?Monica功能大赏首先明确一点,Monica是ChatGPT在网页上的应用,换句话说,Monica就是靠着ChatGPTAPI的强大功能才厉害。而仔细看看Chrome商店中的介绍,我们就会发现Monica真

如虎添翼,六个让你效率翻倍的ChatGPT插件如虎添翼,六个让你效率翻倍的ChatGPT插件May 17, 2023 pm 02:28 PM

ChatGPT是一个超强的AI应用程序,OpenAI已经发布的GPT-4引起了更广泛的关注。ChatGPT是由OpenAI开发的专门从事对话的AI聊天机器人,其主要目标是使AI系统更自然地进行互动。大家可能都已经尝试过ChatGPT,今天讲一讲与这个全新工具互动的不同方法。本文总结了6个可以使ChatGPT成为日常助手(甚至超越日常助手)的工具!1.【GoogleChromeExtension】在任何地方使用ChatGPT想在任何地方轻松地使用ChatGPT吗?那么你可以使用Chrome插件(h

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)