josondev commited on
Commit
9c9d8fc
·
verified ·
1 Parent(s): cbc5f3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
15
  class BasicAgent:
16
  def __init__(self):
17
  self.llm = ChatGoogleGenerativeAI(
18
- model="gemini-2.0-flash-001",
19
  temperature=0.1,
20
  max_tokens=1024,
21
  api_key=os.getenv("GOOGLE_API_KEY"),
 
15
  class BasicAgent:
16
  def __init__(self):
17
  self.llm = ChatGoogleGenerativeAI(
18
+ model="gemini-2.0-flash",
19
  temperature=0.1,
20
  max_tokens=1024,
21
  api_key=os.getenv("GOOGLE_API_KEY"),