Skip to content

Commit 9abea07

Browse files
committed
toolcall: reduce default iteration
1 parent 9dab67e commit 9abea07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ols/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class GenericLLMParameters:
6060

6161

6262
# Max Iteration for tool calling
63-
MAX_ITERATIONS = 5
63+
MAX_ITERATIONS = 3
6464

6565

6666
# Token related constants

0 commit comments

Comments
 (0)