AutoGPT安装使用

  • 首先 确保自己的环境在python3.8及以上 然后申请一个openAI的API key
    • 申请地址:https://platform.openai.com/account/api-keys
  • 然后从github上把AutoGPT拉下来:
git clone https://github.com/Significant-Gravitas/Auto-GPT.git
  • 拉下来之后进到文件夹里 安装所需的各种包:
cd AUto-GPT/
pip install -r requirements.txt
  • 之后查看是否有.env.template文件,有的话改一下文件名
ls -a
mv .env.template .env
  •  vim进去.env文件把已经申请好的API key改一下,其他地方比如anaconda的api啥的想改就也改一下
  • 改完保存退出,然后启动:
python -m autogpt
  • 启动之后 起个名字,然后制定AI的用途,安装这部分就结束了

 待更新...

你可能感兴趣的:(git,github,人工智能)