Update crew.py
Browse files
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 |
-
|
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
|