1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

AgentGPT の最新のデプロイ手順をご希望です。VPS 上で Docker を使用してAgentGPT をインストールする方法を以下に示します。

Last updated at Posted at 2023-06-27

まず最初に、VPSを用意する必要があります。もし持っていない場合は、自分で手に入れる必要があります。VPSは比較的安価で、強力な性能を持ち、非常に使いやすいです。(https://www.vultr.com/)
キャプチャ.PNG
まず、SSH接続ツール(Puttyなど)を使用してVPSに接続します。接続後、以下のコマンドを順番に実行してください。(https://www.putty.org/)
キャプチャ.PNG

Curlがインストールされていない場合は、事前にインストールする必要があります。
image.png
または
image.png

次に、Docker のワンクリックインストールスクリプトを使用してデプロイします。
image.png
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/DockerInstallation.sh)

このスクリプトでは、Docker CEのソースチャネルを選択できます。選択肢は8つあります。Docker Engine、Composeなどを選択し、自動的にインストールが行われます。
AgentGPT のオープンソースプログラムをダウンロードしてインストールします:【GitHub プロジェクト】

まず、Gitをインストールします。(https://github.com/reworkd/AgentGPT)
image.png
または
image.png

ダウンロード後、次のインストールコマンドを実行します。
image.png

自分のOpenAIのAPIキーを取得します(https://platform.openai.com/account/api-keys)
インストールが完了したら、ブラウザでhttp://xxx.xx.xx.xx:3000を開きます。

以上で、最新のAgentGPTのVPS上でのDockerデプロイ手順が完了しました。簡単にVPSを設定し、AgentGPTを使用することができます。必要に応じて設定をカスタマイズしてください。

注意:AgentGPT の使用には有効な OpenAI の API キーが必要です。デプロイプロセス中に適切な認証情報を提供してください。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?