From bca3a9bc132ed3289d7cd57674a5dd2fef676f9a Mon Sep 17 00:00:00 2001 From: blakkd Date: Wed, 12 Feb 2025 14:22:52 +0100 Subject: [PATCH] corrected typo in README.md (#609) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 621fe89..e7b47cc 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ You can run agents from CLI using two commands: `smolagent` and `webagent`. `smo Run the following command to get started: ```bash -webagent {YOUR_PROMPT_HERE} --model "LiteLLMModel" --model-id "gpt-4o" +webagent {YOUR_PROMPT_HERE} --model-type "LiteLLMModel" --model-id "gpt-4o" ``` For instance: