本周最火的 AutoGPT:GitHub 9.3万+标星,AI 自动完成任务!全程无需人类干预,真的牛X !!
2023-4-19 21:57:30 Author: 灰帽安全(查看原文) 阅读量:30 收藏

、AutoGPT 安装之前,请确保已经具备以下几项条件:
1. 已安装 Python 环境,且版本在3.10及以上;【下载】
2. 已安装好 git 工具;【下载】
3. 有可用的 OpenAI 账号
、下载项目代码,在一个文件夹下打开终端,克隆项目
git clone https://github.com/Significant-Gravitas/Auto-GPT.git

下载完成后,cd 到项目路径下

cd  Auto-GPT

安装依赖

运行以下代码安装所需要的依赖

pip install -r requirements.txt

3.获取自己的OpenAI的密钥,

获取:https://platform.openai.com/account/api-keys

 创建自己的密钥以后,在AutoGPT文件下找到配置文件:.env.template ,在里面替换自己的openAI key

4.运行 AutoGPT

以上步骤完成后,终端输入以下命令,就可以使用 AutoGPT 了

python -m autogpt

如果想在使用过程中,查看具体AutoGPT 是否报错,可以加上 –debug 参数

python -m autogpt --debug

使用 AutoGPT 需要注意的一些问题:

1,openAI 接口,SSL 认证失败 443

ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1131)requests.exceptions.SSLError: HTTPSConnectionPool(host=’openaipublic.blob.core.windows.net’, port=443): Max retries exceeded with url: /encodings/cl100k_base.tiktoken (Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:1131)’)))

pip install urllib3==1.25.11

重点说明下,如果你在中国大陆,由于终端走的 google 搜索 是在 IP 层,不在应用层,所以一般应用层的梯子也是无法使用的,建议使用Clash 并开启TUN模式!

Clash 开源项目:

【GitHub:https://github.com/Dreamacro/clash】、Clash 需要配合ip节点进行使用,如果你不清楚使用,请勿随便开启。

图形化教程、这里是采用腾讯云服务器(新加坡云服务器)给大家演示:

1、服务器系统是ubuntu22.04、命令:

git clone https://github.com/Significant-Gravitas/Auto-GPT.git

下载完成进入cd 到项目路径下命令:cd Auto-GPT

运行以下代码安装所需要的依赖

pip install -r requirements.txt

获取自己的OpenAI的密钥,
获取:https://platform.openai.com/account/api-keys
创建自己的密钥以后,在AutoGPT文件下找到配置文件:.env.template ,在里面替换自己的openAI key

以上步骤完成后,终端输入以下命令,就可以使用 AutoGPT 了

如果想在使用过程中,查看具体AutoGPT 是否报错,可以加上 –debug 参数


文章来源: http://mp.weixin.qq.com/s?__biz=Mzg2MjYxODQ4Mw==&mid=2247484768&idx=1&sn=de1c52ee273b7650d8839f520c7a319f&chksm=ce04537cf973da6abe35e0223873517c9af70447ceeda21e876987838a2cf270ae0875595dcb#rd
如有侵权请联系:admin#unsafe.sh