File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
"gpt-4-32k" : 32768 ,
17
17
"gpt-4-32k-0613" : 32768 ,
18
18
"gpt-4o" : 128000 ,
19
- "gpt-4o-mini" :128000 ,
19
+ "gpt-4o-mini" : 128000 ,
20
+
20
21
},
21
22
"azure" : {
22
23
"gpt-3.5-turbo-0125" : 16385 ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class ConditionalNode(BaseNode):
14
14
This node type is used to implement branching logic within the graph, allowing
15
15
for dynamic paths based on the data available in the current state.
16
16
17
- It is expected thar exactly two edges are created out of this node.
17
+ It is expected that exactly two edges are created out of this node.
18
18
The first node is chosen for execution if the key exists and has a non-empty value,
19
19
and the second node is chosen if the key does not exist or is empty.
20
20
You can’t perform that action at this time.
0 commit comments