本文 首发于 🌱 煎茶转载 请注明 来源

git clone https://github.com/Torantulino/Auto-GPT.git
cd 'Auto-GPT'
pip install -r requirements.txt
# Rename .env.template to .env and fill in your OPENAI_API_KEY. If you plan to use Speech Mode, fill in your ELEVEN_LABS_API_KEY as well.
python scripts/main.py
# You will find activity and error logs in the folder ./output/logs
python scripts/main.py --debug

References