wt002 commited on
Commit
fb1c6a3
Β·
verified Β·
1 Parent(s): e49634b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
18
 
19
  # --- Basic Agent Definition ---
20
  class BasicAgent:
21
- def __init__(self, model_name: str = "gemini-pro"):
22
  """
23
  Multi-modal agent powered by Google Gemini with:
24
  - Web search
 
18
 
19
  # --- Basic Agent Definition ---
20
  class BasicAgent:
21
+ def __init__(self, model_name: str = "gemini-2.0-flash-lite"):
22
  """
23
  Multi-modal agent powered by Google Gemini with:
24
  - Web search