Spaces:
Running
Running
Update routers/inference.py
Browse files- routers/inference.py +1 -1
routers/inference.py
CHANGED
|
@@ -466,7 +466,7 @@ The 48th annual Kennedy Center Honors, set to air on the CBS network and stream
|
|
| 466 |
config = types.GenerateContentConfig(
|
| 467 |
system_instruction=SYSTEM_INSTRUCTIONS,
|
| 468 |
thinking_config=types.ThinkingConfig(
|
| 469 |
-
thinking_budget
|
| 470 |
),
|
| 471 |
response_mime_type="text/plain",
|
| 472 |
max_output_tokens=16000,
|
|
|
|
| 466 |
config = types.GenerateContentConfig(
|
| 467 |
system_instruction=SYSTEM_INSTRUCTIONS,
|
| 468 |
thinking_config=types.ThinkingConfig(
|
| 469 |
+
thinking_budget=128,
|
| 470 |
),
|
| 471 |
response_mime_type="text/plain",
|
| 472 |
max_output_tokens=16000,
|