Skip to content

Commit 2615e58

Browse files
committed
set default max_icl_history to 1000
1 parent 3f1c09e commit 2615e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

balrog/config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ agent:
44
max_history: 16 # Maximum number of previous turns to keep in the dialogue history
55
max_image_history: 0 # Maximum number of images to keep in the history
66
max_cot_history: 1 # Maximum number of chain-of-thought steps to keep in history (if using 'cot' type of agent)
7-
max_icl_history: 200 # Maximum number of ICL steps to keep in history (if using 'few_shot' type of agent)
7+
max_icl_history: 1000 # Maximum number of ICL steps to keep in history (if using 'few_shot' type of agent)
88
cache_icl: False
99

1010
eval:

0 commit comments

Comments
 (0)