Remove --prompt argument of instance instruction in README.md (#632)

This commit is contained in:
Ivan Lee 2025-02-13 16:36:46 +08:00 committed by GitHub
parent e27e83f645
commit 5dbbe71285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ webagent {YOUR_PROMPT_HERE} --model-type "LiteLLMModel" --model-id "gpt-4o"
For instance: For instance:
```bash ```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. We redacted the website here, modify it with the website of your choice.