mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 21:37:20 +08:00
fix place_holder mistake
This commit is contained in:
parent
15619a1270
commit
2275b1d84a
@ -127,7 +127,7 @@ def dialogue_page(api: ApiRequest):
|
||||
|
||||
chat_box.output_messages()
|
||||
|
||||
chat_input_placeholder = "请输入对话内容,换行请使用Ctrl+Enter "
|
||||
chat_input_placeholder = "请输入对话内容,换行请使用Shift+Enter "
|
||||
|
||||
if prompt := st.chat_input(chat_input_placeholder, key="prompt"):
|
||||
history = get_messages_history(history_len)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user