From d47ebe09602aadd071ed0ec764e4159f9f7b18aa Mon Sep 17 00:00:00 2001 From: imnyang Date: Sat, 21 Jun 2025 15:57:37 +0900 Subject: [PATCH] aa --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 61a3f72..752095f 100644 --- a/main.py +++ b/main.py @@ -130,7 +130,7 @@ async def scan_one_url(url: str, skip_html_check: bool = False): "Always log out before starting the login process, and make sure to attempt the login again from a clean state." ), llm=CreateChatGoogleGenerativeAI(GOOGLE_MODEL), - #planner_llm=CreateChatGoogleGenerativeAI(GOOGLE_PLANNER_MODEL), + planner_llm=CreateChatGoogleGenerativeAI(GOOGLE_PLANNER_MODEL), controller=controller, extend_planner_system_message=extend_planner_system_message, )