From 3c41b4f53d75683305d93e40e5a5ee48f25ece90 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 26 Apr 2024 03:00:55 +0900 Subject: [PATCH] docs: update README.md individully -> individually --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df5fbf3e7..7b037e98c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ pip install -r requirements.txt ``` ### ⚙️ Step 2: Configure the LLMs -Before running UFO, you need to provide your LLM configurations **individully for AppAgent and ActAgent**. You can create your own config file `ufo/config/config.yaml`, by copying the `ufo/config/config.yaml.template` and editing config for **APP_AGENT** and **ACTION_AGENT** as follows: +Before running UFO, you need to provide your LLM configurations **individually for AppAgent and ActAgent**. You can create your own config file `ufo/config/config.yaml`, by copying the `ufo/config/config.yaml.template` and editing config for **APP_AGENT** and **ACTION_AGENT** as follows: #### OpenAI ```bash