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/
apt 查看软件库中软件包所有可用版本
要查看软件库中现有的所有可用版本,您可以使用以下命令:
apt-cache madison <package-name> 将 <package-name> 替换为您要查看版本信息的软件包名称。此命令将显示所有可用版本的软件包及其详细信息,包括软件包名称、版本号、发行版、构建日期和软件源等信息。
...