From aa0ca0a2f6039b757d54776ec8c9b01dda6b9248 Mon Sep 17 00:00:00 2001 From: Rowena Date: Tue, 2 Dec 2025 17:57:12 +0100 Subject: [PATCH] fix(tuto): remove H1 --- tutorials/build-web-browser-agent-generativeapis/index.mdx | 1 - 1 file changed, 1 deletion(-) 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.