diff --git a/tutorials/build-web-browser-agent-generativeapis/index.mdx b/tutorials/build-web-browser-agent-generativeapis/index.mdx index 4c08d37e56..2234c3e74e 100644 --- a/tutorials/build-web-browser-agent-generativeapis/index.mdx +++ b/tutorials/build-web-browser-agent-generativeapis/index.mdx @@ -16,7 +16,6 @@ ecosystem: --- import Requirements from '@macros/iam/requirements.mdx' -# Building a web browser agent with Generative APIs, Holo2 and Selenium This tutorial will guide you through creating a web agent that can interact with websites using LLM vision and browser automation. You will build on Scaleway's Generative APIs to create a system that can "see" web pages and take actions based on visual understanding. This approach is particularly useful for building more flexible pipelines compared to HTML DOM parsing, and requires less maintenance over time when website HTML code changes.