From 5dbbe7128517c26e2fd0ce40fdf5f0f71081473e Mon Sep 17 00:00:00 2001 From: Ivan Lee Date: Thu, 13 Feb 2025 16:36:46 +0800 Subject: [PATCH] Remove --prompt argument of instance instruction in README.md (#632) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7b47cc..eb47324 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ webagent {YOUR_PROMPT_HERE} --model-type "LiteLLMModel" --model-id "gpt-4o" For instance: ```bash -webagent --prompt "go to xyz.com/women, get to sale section, click the first clothing item you see. Get the product details, and the price, return them. note that I'm shopping from France" +webagent "go to xyz.com/women, get to sale section, click the first clothing item you see. Get the product details, and the price, return them. note that I'm shopping from France" ``` We redacted the website here, modify it with the website of your choice.