OpenAI

WSLでAutoGPTを試してみる。

AutoGPTをWSLで試してみました。

起動方法はドキュメント通りです。

GitHub - Significant-Gravitas/AutoGPT: AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
GitHub - Significant-Gravitas/AutoGPT: AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provi ...

github.com

 

事前にDockerをインストールしておく必要があります。

 

最新のソースを入手します。

git cloneは行わない方が良いようです。壊れている可能性があるようです。

https://github.com/Significant-Gravitas/Auto-GPT/releases/latest から最新をダウンロードします。

wget https://github.com/Significant-Gravitas/Auto-GPT/archive/refs/tags/v0.2.2.tar.gz

解凍

tar zxvf v0.2.2.tar.gz

移動

cd Auto-GPT-0.2.2/

環境変数にOpenAI APIキーを入力

cp .env.template .env

vi .env

OPENAI_API_KEY= にAPIキーを設定します。

 

ビルド

docker-compose build auto-gpt

実行

docker-compose run --rm auto-gpt

 

-OpenAI
-