corrected typo in README.md (#609)

This commit is contained in:
blakkd 2025-02-12 14:22:52 +01:00 committed by GitHub
parent 2ea374cd51
commit bca3a9bc13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: