Skip to content

Commit ba21b9a

Browse files
committed
Correction of README description with GPT-4o support
1 parent 93d011a commit ba21b9a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README-jp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# ⭐️GPT-4 Turboに対応⭐️
1+
# ⭐️GPT-4oに対応⭐️
22

33
# 注意事項
44

55
- 意図せず環境を破壊する恐れがあります。基本的にはDockerなどの仮想環境で実行してください。
66
- 目的を達成できず、ループし続けることがあります。その際にAPIの使用量が多くなることがありますので、責任を持って使用してください
7-
- 基本的にはGPT-4 Turbo以上で検証しているため、GPT-4 Turbo以上の使用を推奨します
8-
(GPT-4-8kを利用する場合は旧バージョンのBabyCommandAGIのv2を使用することを推奨します)
7+
- 基本的にはGPT-4o以上で検証しているため、GPT-4o以上の使用を推奨します
8+
(GPT-4 Turboを利用する場合は旧バージョンのBabyCommandAGIのv3を使用することを推奨します)
99

1010
# 目的
1111

1212
BabyCommandAGIはGUIよりも古くからあるコンピューターとの対話インタフェースであるCLIとLLMを組み合わせた時、何が起きるのか検証するためのものです。コンピューターに詳しくない方はご存知無いかもしれませんが、CLIは古くからあるコンピューターとの対話インターフェースです。現在もCLIを通すことで多くのコンピューターの操作ができます(よくあるLinuxサーバーはCLIを主に使用します)。LLMとCLIが会話するのを想像してみてください。何が起きるかワクワクしますよね。是非皆さんも触って新しいユースケースを見つけて頂けると幸いです。
1313

14-
このシステムを動かすにはGPT-4 Turbo以上のAPIを推奨します
14+
このシステムを動かすにはGPT-4o以上のAPIを推奨します
1515

1616
このPythonスクリプトのシステムは[BabyAGI](https://github.com/yoheinakajima/babyagi)をベースにしています。但し、[BabyAGI](https://github.com/yoheinakajima/babyagi)の思考部分だった箇所について効率良くコマンドが実行するためにかなり簡略化してしまっています。(後に変えていくかもしれません)
1717

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# ⭐️Now supported GPT-4 Turbo⭐️
1+
# ⭐️Now supported GPT-4o⭐️
22

33
# Precautions
44

55
- There is a risk of inadvertently damaging the environment. Please execute primarily in a virtual environment such as Docker.
66
- The objective may not be achieved and it may continue to loop. The amount of API usage may increase in such cases, so please use responsibly.
7-
- It is recommended to use GPT-4 Turbo or higher as it has been mainly verified with GPT-4 Turbo or higher.
8-
(If you are using GPT-4-8k, it is recommended to use v2 of the older BabyCommandAGI.)
7+
- It is recommended to use GPT-4o or higher as it has been mainly verified with GPT-4o or higher.
8+
(If you are using GPT-4 Turbo, it is recommended to use v3 of the older BabyCommandAGI.)
99

1010
# Objective
1111

1212
BabyCommandAGI is designed to test what happens when you combine CLI and LLM, which are older computer interaction interfaces than GUI. Those who are not familiar with computers may not know, but CLI is an old computer interaction interface. Even now, many computer operations can be done through CLI (common Linux servers mainly use CLI). Imagine LLM and CLI having a conversation. It's exciting to think about what could happen. I hope you will all try it out and find new use cases.
1313

14-
This system is recommended to be run with an API of GPT-4 Turbo or higher.
14+
This system is recommended to be run with an API of GPT-4o or higher.
1515

1616
This Python script system is based on [BabyAGI](https://github.com/yoheinakajima/babyagi). However, the part that was the thinking part of [BabyAGI](https://github.com/yoheinakajima/babyagi) has been greatly simplified in order to execute commands efficiently. (This may change later)
1717

0 commit comments

Comments
 (0)