update README.md

This commit is contained in:
imClumsyPanda 2023-08-13 23:55:51 +08:00
parent ac4d22a89f
commit 837c4dbf25
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ import os
api = ApiRequest(base_url="http://127.0.0.1:7861", no_remote_api=False)
if __name__ == "__main__":
st.set_page_config("langchain-chatglm WebUI", initial_sidebar_state="expanded")
st.set_page_config("Langchain-Chatchat WebUI", initial_sidebar_state="expanded")
if not chat_box.chat_inited:
st.toast(
f"欢迎使用 [`Langchain-Chatglm`](https://github.com/chatchat-space/langchain-chatglm) ! \n\n"
f"欢迎使用 [`Langchain-Chatchat`](https://github.com/chatchat-space/Langchain-Chatchat) ! \n\n"
f"当前使用模型`{LLM_MODEL}`, 您可以开始提问了."
)