Lucas commited on
Commit
fce9f0e
·
1 Parent(s): af6b129

Setting model default param to refine.

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -29,7 +29,7 @@ select_k = pn.widgets.IntSlider(
29
  )
30
  select_chain_type = pn.widgets.RadioButtonGroup(
31
  name='Chain type',
32
- options=['stuff', 'map_reduce', "refine", "map_rerank"]
33
  )
34
 
35
  widgets = pn.Row(
 
29
  )
30
  select_chain_type = pn.widgets.RadioButtonGroup(
31
  name='Chain type',
32
+ options=['refine', 'map_reduce', "stuff", "map_rerank"]
33
  )
34
 
35
  widgets = pn.Row(