bstraehle commited on
Commit
bfc61bf
·
verified ·
1 Parent(s): aa18a13

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -1
crew.py CHANGED
@@ -46,7 +46,7 @@ def run_crew(question, file_name):
46
  backstory="As an expert image search assistant, you search an image for the question. ",
47
  allow_delegation=False,
48
  #llm=AGENT_MODEL,
49
- llm="o4-mini"
50
  #max_iter=1,
51
  tools=[image_search_tool],
52
  verbose=True
 
46
  backstory="As an expert image search assistant, you search an image for the question. ",
47
  allow_delegation=False,
48
  #llm=AGENT_MODEL,
49
+ llm="o4-mini",
50
  #max_iter=1,
51
  tools=[image_search_tool],
52
  verbose=True