From d81038dc404183415cf675576ffd6b1efb31ff73 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 6 Jan 2025 20:00:07 +0900 Subject: [PATCH] [README] minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7766fef7..7f025f29 100644 --- a/README.md +++ b/README.md @@ -454,7 +454,7 @@ agent.run(task, img) ### Local Agent `ToolAgent` -ToolAgent is an fully local agent that can use tools through JSON function calling. It intakes any open source model from huggingface and is extremely modular and plug in and play. We need help adding general support to all models soon. +ToolAgent is a fully local agent that can use tools through JSON function calling. It intakes any open source model from huggingface and is extremely modular and plug in and play. We need help adding general support to all models soon. ```python