We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1c09e commit 2615e58Copy full SHA for 2615e58
balrog/config/config.yaml
@@ -4,7 +4,7 @@ agent:
4
max_history: 16 # Maximum number of previous turns to keep in the dialogue history
5
max_image_history: 0 # Maximum number of images to keep in the history
6
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)
+ max_icl_history: 1000 # Maximum number of ICL steps to keep in history (if using 'few_shot' type of agent)
8
cache_icl: False
9
10
eval:
0 commit comments