From 7b11d3a4ab758aab707e142d2fbec02ac611eae3 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 23 Mar 2024 01:16:26 +0900 Subject: [PATCH] Update agentchat_nestedchat_optiguide.ipynb auxillary -> auxiliary --- notebook/agentchat_nestedchat_optiguide.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/agentchat_nestedchat_optiguide.ipynb b/notebook/agentchat_nestedchat_optiguide.ipynb index 78531c0e0b7..52210cbe52b 100644 --- a/notebook/agentchat_nestedchat_optiguide.ipynb +++ b/notebook/agentchat_nestedchat_optiguide.ipynb @@ -46,7 +46,7 @@ "from termcolor import colored\n", "from autogen.code_utils import extract_code\n", "\n", - "# import auxillary packages\n", + "# import auxiliary packages\n", "import requests # for loading the example source code\n", "\n", "config_list_gpt4 = autogen.config_list_from_json(\n",