From 2a9d21f10c40dcfa89f75b32554f1d7f7c34a21d Mon Sep 17 00:00:00 2001 From: the-laughing-monkey <18448543+the-laughing-monkey@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:43:38 +0200 Subject: [PATCH] Update note.ipynb Typo correction in simplified --- examples/gpt4v/note.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gpt4v/note.ipynb b/examples/gpt4v/note.ipynb index 46b334c..6fd3aa4 100644 --- a/examples/gpt4v/note.ipynb +++ b/examples/gpt4v/note.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "This notebook shows how to connect AgentDesk and GPT-4V. Please note that this example is simplyfied and doesn't intend to demonstrate how an agent may solve a task. To see our GUI surfing agent, please look at [SurfDino](https://github.com/agentsea/surfdino).\n", + "This notebook shows how to connect AgentDesk and GPT-4V. Please note that this example is simplified and doesn't intend to demonstrate how an agent may solve a task. To see our GUI surfing agent, please look at [SurfDino](https://github.com/agentsea/surfdino).\n", "\n", "To run the full loop, execute this line:\n", "\n",