AutoGPT 用法

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 https://github.com/Torantulino/Auto-GPT https://beta.elevenlabs.io/ https://agentgpt.reworkd.ai/

1
2
3
4
5
6
7
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


AutoGPT 用法
https://www.frytea.com/post/20230501080636.html
作者
Tianlun Song
发布于
2023年5月1日
更新于
2024年6月10日
许可协议