wt002 commited on
Commit
3de01f5
·
verified ·
1 Parent(s): f155133

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-2.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
+ "google/gemini-2.5-flash",
188
  temperature=0.1,
189
  token=token
190
  )