Skip to content

Commit

Permalink
Merge pull request yoheinakajima#331 from eltociear/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
francip authored Jun 6, 2023
2 parents 64e8bdb + 7e7a443 commit c59478a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This README will cover the following:

- [Supported Models](#supported-models)

- [Warning about running the script continuously](#continous-script-warning)
- [Warning about running the script continuously](#continuous-script-warning)

# How It Works<a name="how-it-works"></a>

Expand Down Expand Up @@ -92,7 +92,7 @@ Llama integration requires llama-cpp package. You will also need the Llama model

Once you have them, set LLAMA_MODEL_PATH to the path of the specific model to use. For convenience, you can link `models` in BabyAGI repo to the folder where you have the Llama model weights. Then run the script with `LLM_MODEL=llama` or `-l` argument.

# Warning<a name="continous-script-warning"></a>
# Warning<a name="continuous-script-warning"></a>

This script is designed to be run continuously as part of a task management system. Running this script continuously can result in high API usage, so please use it responsibly. Additionally, the script requires the OpenAI API to be set up correctly, so make sure you have set up the API before running the script.

Expand Down

0 comments on commit c59478a

Please sign in to comment.