wt002 commited on
Commit
5669ca3
·
verified ·
1 Parent(s): 4b2924f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ class BasicAgent:
184
  def __init__(self):
185
  token = os.environ.get("HF_API_TOKEN")
186
  self.model = HfApiModel(
187
- repo_id="google/gemini-1.5-flash",
188
  temperature=0.1,
189
  token=token
190
  )
 
184
  def __init__(self):
185
  token = os.environ.get("HF_API_TOKEN")
186
  self.model = HfApiModel(
187
+ repo_id="google/gemini-2.5-flash",
188
  temperature=0.1,
189
  token=token
190
  )