Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,7 @@ class GeminiGAIAApp:
|
|
| 49 |
"""Initialize the Gemini GAIA agent"""
|
| 50 |
try:
|
| 51 |
self.agent = GeminiGAIAAgent(
|
| 52 |
-
model_name="gemini-
|
| 53 |
api_key=api_key,
|
| 54 |
temperature=0.1,
|
| 55 |
verbose=False
|
|
@@ -255,7 +255,7 @@ class GeminiGAIAApp:
|
|
| 255 |
margin-bottom: 20px;
|
| 256 |
}
|
| 257 |
.info-box {
|
| 258 |
-
background-color: #
|
| 259 |
border-left: 4px solid #4285f4;
|
| 260 |
padding: 15px;
|
| 261 |
margin: 10px 0;
|
|
|
|
| 49 |
"""Initialize the Gemini GAIA agent"""
|
| 50 |
try:
|
| 51 |
self.agent = GeminiGAIAAgent(
|
| 52 |
+
model_name="gemini-2.5-flash",
|
| 53 |
api_key=api_key,
|
| 54 |
temperature=0.1,
|
| 55 |
verbose=False
|
|
|
|
| 255 |
margin-bottom: 20px;
|
| 256 |
}
|
| 257 |
.info-box {
|
| 258 |
+
background-color: #c0c7cf;
|
| 259 |
border-left: 4px solid #4285f4;
|
| 260 |
padding: 15px;
|
| 261 |
margin: 10px 0;
|