fix: 쿠키 삭제 방법 추가 및 planner_llm 주석 처리

This commit is contained in:
암냥 2025-06-21 15:57:22 +09:00
commit 3f801ab4f7
2 changed files with 4 additions and 1 deletions

View file

@ -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,
)