Skip to content

Commit

Permalink
Support Claude 3.5 Sonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
saten-private committed Jul 13, 2024
1 parent 681a23f commit a01ba2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ https://x.com/saten_work/status/1791558481432232355
1. ```git clone https://github.com/saten-private/BabyCommandAGI.git```
2. ```cd```でBabyCommandAGIのディレクトリに入ってくださ
3. ```cp .env.example .env``` で環境変数を入れるファイルを作ります
4. ANTHROPIC_API_KEYまたはOPENAI_API_KEYを設定します。
4. ANTHROPIC_API_KEYを設定します。(OpenAIのモデルを使用する場合はOPENAI_API_KEYを設定します)
5. (オプション)OBJECTIVE変数にタスク管理システムの目的を設定します。

# 実行(Docker)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Please follow the steps below:
1. ```git clone https://github.com/saten-private/BabyCommandAGI.git```
2. Enter the BabyCommandAGI directory with ```cd```.
3. Create a file to insert environment variables with ```cp .env.example .env```.
4. Set ANTHROPIC_API_KEY or OPENAI_API_KEY.
4. Set ANTHROPIC_API_KEY. (If you use OpenAI models, set OPENAI_API_KEY)
5. (Optional) Set the objective of the task management system to the OBJECTIVE variable.

# Execution (Docker)
Expand Down

0 comments on commit a01ba2e

Please sign in to comment.