Remove --prompt argument of instance instruction in README.md (#632)
This commit is contained in:
parent
e27e83f645
commit
5dbbe71285
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue