Update app.py
Browse files
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-
|
| 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 |
|