Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
)
|