Skip to content

Commit

Permalink
Correction of README description with GPT-4o support
Browse files Browse the repository at this point in the history
  • Loading branch information
saten-private committed May 16, 2024
1 parent 93d011a commit ba21b9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README-jp.md
Original file line number Diff line number Diff line change
@@ -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)の思考部分だった箇所について効率良くコマンドが実行するためにかなり簡略化してしまっています。(後に変えていくかもしれません)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit ba21b9a

Please sign in to comment.