corrected typo in README.md (#609)
This commit is contained in:
parent
2ea374cd51
commit
bca3a9bc13
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue