下载并配置

下载:

1
git clone https://github.com/reworkd/AgentGPT.git && cd AgentGPT

切换到0.5版本分支。使用0.5版本,因为0.6版本和master分支部署完执行总会遇到各种各样的问题。

1
git checkout v.0.5.0-beta

然后执行。

1
./setup.sh --docker

之后会提示输入密钥,按照提示输入即可。

1
Enter your OpenAI Key (eg: sk...) or press enter to continue with no key:

等待完成后即可访问,默认使用3000端口,地址为:http://localhost:3000。