Skip to content

Commit 1056cff

Browse files
committed
fixed bug on custom graph
1 parent a73496d commit 1056cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openai/custom_graph_openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
(parse_node, rag_node),
7676
(rag_node, generate_answer_node)
7777
},
78-
entry_point=fetch_node
78+
entry_point=robot_node
7979
)
8080

8181
# ************************************************

0 commit comments

Comments
 (0)