feat: 리팩토링, User Data

This commit is contained in:
암냥 2025-07-02 20:18:01 +09:00
commit f5ee676468
7 changed files with 95 additions and 516 deletions

View file

@ -14,6 +14,6 @@ def CreateChatGoogle(model: str):
return ChatGoogle(
model=model,
temperature=0.0,
temperature=0.0
# Browser Use는 내부적으로 재시도 로직을 처리합니다
)