From 75b0e4f41cf06dcbcd4226d9a743fb631382f5e2 Mon Sep 17 00:00:00 2001 From: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com> Date: Fri, 14 Feb 2025 17:05:52 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 89c902b..0191e79 100644 --- a/README.md +++ b/README.md @@ -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 +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.