Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,8 @@ def generate(input_text):
|
|
| 80 |
yield f"Error initializing client: {e}. Make sure GEMINI_API_KEY is set.", input_text
|
| 81 |
return
|
| 82 |
|
| 83 |
-
model = "gemini-flash-latest"
|
|
|
|
| 84 |
|
| 85 |
# Configure tools
|
| 86 |
tools = [
|
|
|
|
| 80 |
yield f"Error initializing client: {e}. Make sure GEMINI_API_KEY is set.", input_text
|
| 81 |
return
|
| 82 |
|
| 83 |
+
#model = "gemini-flash-latest"
|
| 84 |
+
model = "gemini-2.5-flash"
|
| 85 |
|
| 86 |
# Configure tools
|
| 87 |
tools = [
|