Update README.md

This commit is contained in:
Aymeric Roucher 2025-02-14 17:05:52 +01:00 committed by GitHub
parent d33bc2dd9e
commit 75b0e4f41c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -67,6 +67,13 @@ agent.run("How many seconds would it take for a leopard at full speed to run thr
https://github.com/user-attachments/assets/cd0226e2-7479-4102-aea0-57c22ca47884 https://github.com/user-attachments/assets/cd0226e2-7479-4102-aea0-57c22ca47884
You can even share your agent to hub:
```py
agent.push_to_hub("m-ric/my_agent")
# agent.from_hub("m-ric/my_agent") to load an agent from Hub
```
Our library is LLM-agnostic: you could switch the example above to any inference provider. Our library is LLM-agnostic: you could switch the example above to any inference provider.
<details> <details>