Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -183,6 +183,7 @@ class BasicAgent:
|
|
183 |
def __init__(self):
|
184 |
token = os.environ.get("HF_API_TOKEN")
|
185 |
model = HfApiModel(
|
|
|
186 |
temperature=0.1,
|
187 |
token=token
|
188 |
)
|
|
|
183 |
def __init__(self):
|
184 |
token = os.environ.get("HF_API_TOKEN")
|
185 |
model = HfApiModel(
|
186 |
+
model_name="google/gemini-1.5-flash",
|
187 |
temperature=0.1,
|
188 |
token=token
|
189 |
)
|