From e5b7fa848d6750f0f92fa8ccbe55bd3b827e8cff Mon Sep 17 00:00:00 2001 From: Miguel <miguelg71921@gmail.com> Date: Thu, 21 Nov 2024 13:02:43 -0800 Subject: [PATCH] ready for PR merge --- .../use_cases/browser_use/agent/browser-use-quickstart.ipynb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes/use_cases/browser_use/agent/browser-use-quickstart.ipynb b/recipes/use_cases/browser_use/agent/browser-use-quickstart.ipynb index f003078b..e344cb35 100644 --- a/recipes/use_cases/browser_use/agent/browser-use-quickstart.ipynb +++ b/recipes/use_cases/browser_use/agent/browser-use-quickstart.ipynb @@ -4,8 +4,6 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "<!-- add collab link? -->\n", - "\n", "# 🌠Building an Intelligent Browser Agent with Llama 3.2\n", "\n", "This notebook provides a step-by-step guide to creating an AI-powered browser agent capable of navigating and interacting with websites autonomously. By combining the power of Llama 3.2 Vision, Playwright, and Together AI, this agent can perform tasks seamlessly while understanding both visual and textual content.\n", -- GitLab