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

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +2 -1
crew.py CHANGED
@@ -45,7 +45,8 @@ 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
  #max_iter=1,
50
  tools=[image_search_tool],
51
  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
+ llm="o4-mini"
50
  #max_iter=1,
51
  tools=[image_search_tool],
52
  verbose=True