From a634d1e66daca4648f1bfff6a7e33a566ea35359 Mon Sep 17 00:00:00 2001 From: Vyomakesh Dundigalla <54256947+vyomakesh09@users.noreply.github.com> Date: Sat, 6 Jan 2024 02:06:01 +0000 Subject: [PATCH] [Update] [tool_agent] [README.md] from swarms.agents.tool_agent import ToolAgent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 997bc797..139fcaf0 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ agent.run("Generate a 10,000 word blog on health and wellness.") ```python from transformers import AutoModelForCausalLM, AutoTokenizer -from swarms import ToolAgent +from swarms.agents.tool_agent import ToolAgent model = AutoModelForCausalLM.from_pretrained("databricks/dolly-v2-12b")