Ryan2219 commited on
Commit
679ac66
·
verified ·
1 Parent(s): 0e5454b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -850,7 +850,7 @@ def execute_page_expert(expert_instructions: str, page_num: int):
850
  tools_list = [search_page_text, nyc_legal_sub_agent, execute_page_expert]
851
  import time
852
  planner = genai.Client()
853
- planner_model = "gemini-3-flash-preview"
854
  planner_prompt = f"""
855
  You are the Lead Architectural Compliance Planner for NYC Building Code and Zoning review.
856
 
 
850
  tools_list = [search_page_text, nyc_legal_sub_agent, execute_page_expert]
851
  import time
852
  planner = genai.Client()
853
+ planner_model = "gemini-3-pro-preview"
854
  planner_prompt = f"""
855
  You are the Lead Architectural Compliance Planner for NYC Building Code and Zoning review.
856