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