diff --git a/README.md b/README.md index f09605872..20f0ab340 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,8 @@ pip install -r requirements.txt ``` ### ⚙️ Step 2: Configure the LLMs -Before running UFO, you need to provide your LLM configurations **individully for HostAgent and AppAgent**. 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 HostAgent and AppAgent**. 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