【目次】
【関連する外部ページ】
Gitは,バージョン管理システム.ソースコードの管理や複数人での共同に役立つ.
【サイト内の関連ページ】
Windows での Git のインストール: 別ページ »で説明している.
【関連する外部ページ】
Git の公式ページ: https://git-scm.com/
【サイト内の関連ページ】
【関連する外部ページ】
Python の公式ページ: https://www.python.org/
OpenAI の APIキーを準備する
【関連する外部ページ】
OpenAI の APIキーをWindows の環境変数OPENAPI_API_KEY に設定する.
ChatDev の 公式の README(日本語版): https://github.com/OpenBMB/ChatDev/blob/main/README-Japanese.md に説明されている手順で行う.
コマンドプロンプトを管理者として実行: 別ページ »で説明
cd %HOMEPATH% rmdir /s /q ChatDev git clone https://github.com/OpenBMB/ChatDev.git cd ChatDev python -m pip install -r requirements.txt
「video game. two game players. one is computer. the other is human.」のところには,英語で,AI に作成を頼みたいソフトウエアについて詳しく,具体的に書く. 「"myname」のところにはプロジェクト名を指定する.
cd %HOMEPATH% cd ChatDev python run.py --task "video game. two game players. one is computer. the other is human." --name "name"
「name」のところには,先ほど指定したプロジェクト名を書くこと.
cd WareHouse\name_* python -m pip install -r requirements.txt python main.py
この他に実行できるソフトウエアの一覧は,ChatDev の 公式の GitHub ページ: https://github.com/OpenBMB/ChatDev に掲載されている