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