Skip to content

Commit 4a9e958

Browse files
Update docs/hub/agents.md
Co-authored-by: vb <[email protected]>
1 parent 0979d18 commit 4a9e958

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/hub/agents.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ To learn more about write actions in code vs JSON, check out our [new short cour
1313
If you want to avoid defining agents yourself, the easiest way to start an agent is through the CLI, using the `smolagent` command.
1414

1515
```bash
16-
smolagent "Plan a trip to Tokyo, Kyoto and Osaka between Mar 28 and Apr 7." --model-type "InferenceClientModel" --model-id "Qwen/Qwen2.5-Coder-32B-Instruct" --imports "pandas numpy" --tools "web_search"
16+
smolagent "Plan a trip to Tokyo, Kyoto and Osaka between Mar 28 and Apr 7." \
17+
--model-type "InferenceClientModel" \
18+
--model-id "Qwen/Qwen2.5-Coder-32B-Instruct" \
19+
--imports "pandas numpy" \
20+
--tools "web_search"
1721
```
1822

1923
Agents can be pushed to Hugging Face Hub as Spaces. Check out all the cool agents people have built [here](https://huggingface.co/spaces?filter=smolagents&sort=likes).

0 commit comments

Comments
 (0)