Spaces:
Configuration error
Configuration error
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -93,7 +93,7 @@ def run_crew(question, file_path):
|
|
| 93 |
response = client.models.generate_content(
|
| 94 |
model=IMAGE_ANALYSIS_MODEL,
|
| 95 |
config=types.GenerateContentConfig(
|
| 96 |
-
thinking_config=types.ThinkingConfig(thinking_budget=
|
| 97 |
),
|
| 98 |
contents=[file, question]
|
| 99 |
)
|
|
|
|
| 93 |
response = client.models.generate_content(
|
| 94 |
model=IMAGE_ANALYSIS_MODEL,
|
| 95 |
config=types.GenerateContentConfig(
|
| 96 |
+
thinking_config=types.ThinkingConfig(thinking_budget=24576)
|
| 97 |
),
|
| 98 |
contents=[file, question]
|
| 99 |
)
|