rnrahate007 commited on
Commit
636cc2f
·
verified ·
1 Parent(s): 88c84e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import google.generativeai as genai # Make sure google-generativeai is installe
6
 
7
  # --- Constants ---
8
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
9
- GEMINI_MODEL = "gemini-2.5-flash" # Fast, cost-effective model
10
 
11
  # --- Gemini Agent Definition ---
12
  class GeminiAgent:
 
6
 
7
  # --- Constants ---
8
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
9
+ GEMINI_MODEL = "gemini-2.5-flash-lite" # Fast, cost-effective model
10
 
11
  # --- Gemini Agent Definition ---
12
  class GeminiAgent: