mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-24 08:55:59 +00:00
+1
-1
@@ -105,7 +105,7 @@ def planner_node(
|
|||||||
elif AGENT_LLM_MAP["planner"] == "basic":
|
elif AGENT_LLM_MAP["planner"] == "basic":
|
||||||
llm = get_llm_by_type("basic").with_structured_output(
|
llm = get_llm_by_type("basic").with_structured_output(
|
||||||
Plan,
|
Plan,
|
||||||
# method="json_mode",
|
method="json_mode",
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
llm = get_llm_by_type(AGENT_LLM_MAP["planner"])
|
llm = get_llm_by_type(AGENT_LLM_MAP["planner"])
|
||||||
|
|||||||
Reference in New Issue
Block a user