bstraehle commited on
Commit
0cc2252
·
verified ·
1 Parent(s): b3b618c

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -1
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=4096)
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
  )