Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ class BasicAgent:
|
|
25 |
if not api_key:
|
26 |
raise ValueError("GEMINI_API_KEY environment variable not set. Please set it before running.")
|
27 |
client = genai.Client(api_key=api_key)
|
28 |
-
model = "gemini-2.
|
29 |
|
30 |
|
31 |
# Define a strict system instruction. Ensure that the output is minimal:
|
|
|
25 |
if not api_key:
|
26 |
raise ValueError("GEMINI_API_KEY environment variable not set. Please set it before running.")
|
27 |
client = genai.Client(api_key=api_key)
|
28 |
+
model = "gemini-2.5-pro-preview-05-06"
|
29 |
|
30 |
|
31 |
# Define a strict system instruction. Ensure that the output is minimal:
|