도메인 파일 다운로드 기능에 버전 선택 지원 추가 및 특정 날짜 버전 다운로드 옵션 구현

This commit is contained in:
암냥 2025-07-15 21:20:27 +09:00
commit ca4811043c
2 changed files with 19 additions and 4 deletions

View file

@ -110,6 +110,7 @@ async def setup_user_data():
print("======================================================")
llm = ChatGoogle(
model="gemini-2.0-flash",
)
initial_actions = [
{"go_to_url": {"url": "https://www.google.com", "new_tab": False}},