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

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -2
crew.py CHANGED
@@ -45,8 +45,7 @@ def run_crew(question, file_name):
45
  goal="Search the provided image and get all information required to answer question \"{topic}\". ",
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
 
45
  goal="Search the provided image and get all information required to answer question \"{topic}\". ",
46
  backstory="As an expert image search assistant, you search an image for the question. ",
47
  allow_delegation=False,
48
+ llm=AGENT_MODEL,
 
49
  #max_iter=1,
50
  tools=[image_search_tool],
51
  verbose=True