Spaces:
Runtime error
Runtime error
Lucas
commited on
Commit
·
fce9f0e
1
Parent(s):
af6b129
Setting model default param to refine.
Browse files
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=['
|
| 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(
|