Spaces:
Sleeping
Sleeping
Disable thinking budget
Browse files- theagent.py +1 -1
theagent.py
CHANGED
|
@@ -57,7 +57,7 @@ class BasicAgent:
|
|
| 57 |
model_id="gemini-2.0-flash",
|
| 58 |
api_base="https://generativelanguage.googleapis.com/v1beta/openai/",
|
| 59 |
api_key=os.getenv("GEMINI_API_TOKEN"),
|
| 60 |
-
reasoning_effort="low",
|
| 61 |
# temperature=0,
|
| 62 |
)
|
| 63 |
|
|
|
|
| 57 |
model_id="gemini-2.0-flash",
|
| 58 |
api_base="https://generativelanguage.googleapis.com/v1beta/openai/",
|
| 59 |
api_key=os.getenv("GEMINI_API_TOKEN"),
|
| 60 |
+
# reasoning_effort="low", # Only for 2.5
|
| 61 |
# temperature=0,
|
| 62 |
)
|
| 63 |
|