Spaces:
Sleeping
Sleeping
Force use of gemini-2.5-flash
Browse files
agents/general_assistant_agent.py
CHANGED
|
@@ -10,7 +10,7 @@ try:
|
|
| 10 |
api_key = os.getenv("GOOGLE_API_KEY")
|
| 11 |
if api_key:
|
| 12 |
client = genai.Client(api_key=api_key)
|
| 13 |
-
model_name = "gemini-2.
|
| 14 |
else:
|
| 15 |
print("CRITICAL WARNING: GOOGLE_API_KEY missing in general_assistant_agent.")
|
| 16 |
client = None
|
|
|
|
| 10 |
api_key = os.getenv("GOOGLE_API_KEY")
|
| 11 |
if api_key:
|
| 12 |
client = genai.Client(api_key=api_key)
|
| 13 |
+
model_name = "gemini-2.5-flash"
|
| 14 |
else:
|
| 15 |
print("CRITICAL WARNING: GOOGLE_API_KEY missing in general_assistant_agent.")
|
| 16 |
client = None
|