theakshayrane commited on
Commit
8d3f2d5
·
verified ·
1 Parent(s): 7e54463

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from model import get_model
12
  # (Keep Constants as is)
13
  # --- Constants ---
14
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
15
- MODEL_ID = "gemini/gemini-2.5-pro"
16
 
17
  # --- Async Question Processing ---
18
  async def process_question(agent, question: str, task_id: str) -> Dict:
 
12
  # (Keep Constants as is)
13
  # --- Constants ---
14
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
15
+ MODEL_ID = "gemini/gemini-2.5-flash"
16
 
17
  # --- Async Question Processing ---
18
  async def process_question(agent, question: str, task_id: str) -> Dict: