set knowledge base chat as default
This commit is contained in:
parent
338b4c30db
commit
88b81e494c
|
|
@ -143,7 +143,7 @@ def dialogue_page(api: ApiRequest, is_lite: bool = False):
|
|||
]
|
||||
dialogue_mode = st.selectbox("请选择对话模式:",
|
||||
dialogue_modes,
|
||||
index=0,
|
||||
index=1,
|
||||
on_change=on_mode_change,
|
||||
key="dialogue_mode",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue