From 8b1dd44010f749d451c4fc9bdfa9eef0ba130baf Mon Sep 17 00:00:00 2001 From: vanrohan Date: Wed, 5 Feb 2025 08:25:56 +0100 Subject: [PATCH] Fix link in README.md (#496) Helium link was pointing to wrong repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33bfac7..621fe89 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ You can run agents from CLI using two commands: `smolagent` and `webagent`. `smo **Web Browser Agent in CLI** -`webagent` allows users to automate web browsing tasks. It uses the [helium](https://github.com/helium) library to interact with web pages and uses defined tools to browse the web. Read more about this agent [here](https://github.com/huggingface/smolagents/blob/main/src/smolagents/vision_web_browser.py). +`webagent` allows users to automate web browsing tasks. It uses the [helium](https://github.com/mherrmann/helium) library to interact with web pages and uses defined tools to browse the web. Read more about this agent [here](https://github.com/huggingface/smolagents/blob/main/src/smolagents/vision_web_browser.py). Run the following command to get started: ```bash