ChatGPT新功能Code Interpreter评测 - 何以为神 * { margin: 0; padding: 0; outline: 0; } body { font-family: “PingFang SC”, system-ui, -apple-system, BlinkMacSystemFont, “Helvetica Neue”, “Hiragino Sans GB”, “Microsoft YaHei UI”, “Microsoft YaHei”, Arial, sans-serif; line-height: 1.6; } .__page_content__ { max-width: 667px; margin: 0 auto; padding: 20px; text-size-adjust: 100%; color: rgba(0, 0, 0, 0.9); padding-bottom: 64px; } .title { user-select: text; font-size: 22px; line-height: 1.4; margin-bottom: 14px; font-weight: 500; } .__meta__ { color: rgba(0, 0, 0, 0.3); font-size: 15px; line-height: 20px; hyphens: auto; word-break: break-word; margin-bottom: 50px; } .__meta__ .nick_name { color: 576B95; } .__meta__ .copyright { color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.05); padding: 0 4px; margin: 0 10px 10px 0; } blockquote.source { padding: 10px; margin: 30px 0; border-left: 5px solid ccc; color: #333; font-style: italic; word-wrap: break-word; } blockquote.source a { cursor: pointer; text-decoration: underline; } .item_show_type_0 > section { margin-top: 0; margin-bottom: 24px; } a { color: 576B95; text-decoration: none; cursor: default; } .text_content { margin-bottom: 50px; user-select: text; font-size: 17px; white-space: pre-wrap; word-wrap: break-word; line-height: 28px; hyphens: auto; } .picture_content .picture_item { margin-bottom: 30px; } .picture_content .picture_item .picture_item_label { text-align: center; } img { max-width: 100%; } .pay_subscribe_notice { margin: 30px 0; padding: 20px; background: fffbe6; border: 1px solid ffe58f; border-radius: 8px; } .pay_subscribe_badge { display: inline-block; padding: 4px 12px; background: faad14; color: fff; border-radius: 4px; font-size: 14px; font-weight: 500; margin-bottom: 12px; } .pay_subscribe_desc { font-size: 15px; line-height: 1.8; color: rgba(0, 0, 0, 0.7); margin-bottom: 12px; } .pay_subscribe_hint { font-size: 13px; color: rgba(0, 0, 0, 0.4); } .__bottom-bar__ { display: flex; justify-content: space-between; align-items: center; position: fixed; bottom: 0; left: 0; right: 0; height: 64px; padding: 8px 20px; background: white; box-sizing: border-box; border-top: 1px solid rgba(0, 0, 0, 0.2); } .__bottom-bar__ .left { display: flex; align-items: center; font-size: 15px; white-space: nowrap; } .__bottom-bar__ .right { display: flex; } .__bottom-bar__ .sns_opr_btn { display: flex; align-items: center; user-select: none; background: transparent; border: 0; color: rgba(0, 0, 0, 0.9); font-size: 14px; } .__bottom-bar__ .sns_opr_btn:not(:last-child) { margin-right: 16px; } .__bottom-bar__ .sns_opr_btn > img { margin-right: 4px; }
ChatGPT新功能Code Interpreter评测 - 何以为神
原创 数字生命卡兹克 数字生命卡兹克 2023-07-09 18:20 天津
前几天,OpenAI直接甩出来一个王炸,Code Interpreter面向所有的ChatGPT Plus会员开放。
当时我在上海参加WAIC,这两天只能断断续续的使用,但是使用过程中,心里的激动一浪高过一浪。
今天回到天津,终于有空坐在电脑面前,好好码码字,聊聊Code Interpreter。
Code Interpreter如果仅仅理解成代码解释器我觉得不太恰当,他更像是一个目前只能使用Python的AutoGPT,这是OpenAI在自主代理方面的全新的尝试。
我觉得它也可以对标另一个电影中的人工智能助手。
它的名字叫做,贾维斯。
我列出了6个这两天我自己使用的一些案例,用这6个案例,直观的告诉你他能做什么。以及未来它的上限有多恐怖。
当然,第一件事,你得先把这个功能打开。
只要你是ChatGPT Plus会员,点击左下角头像,进入设置页,找到Beta Features,把里面的Code Interpreter打开就行了。
以下是我的6个案例:
1.数据分析
数据分析未来可能要被永久的改变了。
人人都能做数据分析,不是说说而已。扔给他一个原始Excel,然后你就可以根据你的业务需求随便分析。
比如我想看看每当我发文章,当天有多少用户看到我的文章会分享,你让我自己处理,还是挺麻烦的,现在,1分钟完事。直接得出我的结果,0.1,即平均来说,每阅读100人,有大约10人会进行分享。
数据分析,从来没有如此的方便快捷!!!这特么是真正的生产力!!!
2.生成可视化图表
Code Interpreter可以生成任何类型的可视化图表。
以前生成可视化图表费死了劲,特别是一些复杂的,比如热力图、散点图,还得自己拿Python画,现在直接一键生成,还是用我上文的Excel的例子,我想看我阅读次数的折线图,以及渠道分布。
虽然翻车了,因为中文并没有显示出来,但是我反而觉得更特么的牛逼了。因为他会自己找出错误,当他发现自己解决不了这个问题时,会给你另一种解决方案,来确保你完成任务!
这特么的才是真正的人工智能!
3.从图片中提取文字(OCR)
我有很多论文PDF,全都是英文扫描件,导致我阅读起来极其不方便。
毕竟,我的英语真的很差。。。
但是现在,我直接可以让Code Interpreter给我提取出来,虽然我还想让他自己翻译,但是他自己去调用翻译API,然后发现自己没法联网调不了…
4.处理图片
对非设计人员来说,用Code Interpreter处理图片简直好用到爆炸,你再也不用去下载恶心的PS,或者用那些蹩脚的设计工具了。比如我的这张图。
一句话,直接让Code Interpreter处理成灰度图。
再让他处理成像素风格的图。
至于什么修改图片大小,修改分辨率,压缩等等,那更是手到擒来!
5.转换格式****
以前,改文件格式是我非常痛苦的一件事,比如MP4转GIF,比如MP3转WAV,比如PNG转ICON等等等等。
有了Code Interpreter,那些智障的工具和网站我再也不会用了。
比如这个MP4转GIF。
比如这个WAV转24000采样率的MP3。
真的,喜极而泣。
6.生成二维码
生成QR二维码就是OpenAI官推的一个案例。
比如,我要把一句话变成二维码。
直接发过去就完事。
写在****最后。
好多个月没有这种感觉了,那种因为新东西,而兴奋的睡不着觉的感觉。
就像那些科幻电影中的情节,我们终于拥有了一个可以理解人类语言,还能按照我们的命令完成任务的智能助手。
终于,拥有了自己的贾维斯。
想无穷无尽的去发挥自己的想象,去探索自己做为人类的边界。
我的这几个案例,仅仅只是入门级别的冰山一角,但是希望能为大家抛砖引玉。
Code Interpreter。
是能够与ChatGPT并驾齐驱的产品。
是人工智能史上新写下的一串名字。
是从OpenAI手上,诞生出的又一个。
大师之作。
以上,既然看到这里了,如果觉得不错,随手点个赞和“在看”吧,并给我个星标⭐吧,感恩。
数字生命卡兹克
 阅读 赞  分享 ‘%3E %3Cg transform=‘translate(0 -2.349)‘%3E %3Cpath d=‘M0 2.349h24v24H0z’/%3E %3Cpath fill=‘%23576B95’ d=‘M16.45 7.68c-.954 0-1.94.362-2.77 1.113l-1.676 1.676-1.853-1.838a3.787 3.787 0 0 0-2.63-.971 3.785 3.785 0 0 0-2.596 1.112 3.786 3.786 0 0 0-1.113 2.687c0 .97.368 1.938 1.105 2.679l7.082 6.527 7.226-6.678a3.787 3.787 0 0 0 .962-2.618 3.785 3.785 0 0 0-1.112-2.597A3.687 3.687 0 0 0 16.45 7.68zm3.473.243a4.985 4.985 0 0 1 1.464 3.418 4.98 4.98 0 0 1-1.29 3.47l-.017.02-7.47 6.903a.9.9 0 0 1-1.22 0l-7.305-6.73-.008-.01a4.986 4.986 0 0 1-1.465-3.535c0-1.279.488-2.56 1.465-3.536A4.985 4.985 0 0 1 7.494 6.46c1.24-.029 2.49.4 3.472 1.29l.01.01L12 8.774l.851-.85.01-.01c1.046-.951 2.322-1.434 3.59-1.434 1.273 0 2.52.49 3.472 1.442z’/%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/svg%3E) 推荐 ’ fill=‘%23000’ fill-opacity=’.9’/%3E%3C/svg%3E) 留言