diff --git a/README-jp.md b/README-jp.md index e3b3d164..9c4f556c 100644 --- a/README-jp.md +++ b/README-jp.md @@ -1,17 +1,17 @@ -# ⭐️GPT-4 Turboに対応⭐️ +# ⭐️GPT-4oに対応⭐️ # 注意事項 - 意図せず環境を破壊する恐れがあります。基本的にはDockerなどの仮想環境で実行してください。 - 目的を達成できず、ループし続けることがあります。その際にAPIの使用量が多くなることがありますので、責任を持って使用してください -- 基本的にはGPT-4 Turbo以上で検証しているため、GPT-4 Turbo以上の使用を推奨します -(GPT-4-8kを利用する場合は旧バージョンのBabyCommandAGIのv2を使用することを推奨します) +- 基本的にはGPT-4o以上で検証しているため、GPT-4o以上の使用を推奨します +(GPT-4 Turboを利用する場合は旧バージョンのBabyCommandAGIのv3を使用することを推奨します) # 目的 BabyCommandAGIはGUIよりも古くからあるコンピューターとの対話インタフェースであるCLIとLLMを組み合わせた時、何が起きるのか検証するためのものです。コンピューターに詳しくない方はご存知無いかもしれませんが、CLIは古くからあるコンピューターとの対話インターフェースです。現在もCLIを通すことで多くのコンピューターの操作ができます(よくあるLinuxサーバーはCLIを主に使用します)。LLMとCLIが会話するのを想像してみてください。何が起きるかワクワクしますよね。是非皆さんも触って新しいユースケースを見つけて頂けると幸いです。 -このシステムを動かすにはGPT-4 Turbo以上のAPIを推奨します。 +このシステムを動かすにはGPT-4o以上のAPIを推奨します。 このPythonスクリプトのシステムは[BabyAGI](https://github.com/yoheinakajima/babyagi)をベースにしています。但し、[BabyAGI](https://github.com/yoheinakajima/babyagi)の思考部分だった箇所について効率良くコマンドが実行するためにかなり簡略化してしまっています。(後に変えていくかもしれません) diff --git a/README.md b/README.md index b25b5db0..24e1de99 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# ⭐️Now supported GPT-4 Turbo⭐️ +# ⭐️Now supported GPT-4o⭐️ # Precautions - There is a risk of inadvertently damaging the environment. Please execute primarily in a virtual environment such as Docker. - 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. -- It is recommended to use GPT-4 Turbo or higher as it has been mainly verified with GPT-4 Turbo or higher. -(If you are using GPT-4-8k, it is recommended to use v2 of the older BabyCommandAGI.) +- It is recommended to use GPT-4o or higher as it has been mainly verified with GPT-4o or higher. +(If you are using GPT-4 Turbo, it is recommended to use v3 of the older BabyCommandAGI.) # Objective 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. -This system is recommended to be run with an API of GPT-4 Turbo or higher. +This system is recommended to be run with an API of GPT-4o or higher. 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)