摘要: 1、Git 2、Python 3.10 or later 3、OpenAI API key 4、git clone https://github.com/Torantulino/Auto-GPT.git 将.env.template 重命名为 .env,并使用 OpenAI key 替换文件中相应值 阅读全文
posted @ 2023-08-28 22:36 清风6661 阅读(105) 评论(0) 推荐(0)
摘要: 使用podman容器时,podman会默认使用/var/lib/containers路径作为存储路径,可能会导致根磁盘空间占用过大。迁移过程 一、关闭所有容器及容器服务 注意在修改前需要关闭所有容器,可以使用Cockpit系统在Web中关闭容器及以下几个服务: podman podman-resta 阅读全文
posted @ 2023-08-28 21:49 清风6661 阅读(3410) 评论(0) 推荐(0)