Fix link in README.md (#496)

Helium link was pointing to wrong repo
This commit is contained in:
vanrohan 2025-02-05 08:25:56 +01:00 committed by GitHub
parent 8b02821ac2
commit 8b1dd44010
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ You can run agents from CLI using two commands: `smolagent` and `webagent`. `smo
**Web Browser Agent in CLI** **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: Run the following command to get started:
```bash ```bash