From 837c4dbf25d3ad88298988800f512548397ddead Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Sun, 13 Aug 2023 23:55:51 +0800 Subject: [PATCH] update README.md --- webui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui.py b/webui.py index 160244a..703108c 100644 --- a/webui.py +++ b/webui.py @@ -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}`, 您可以开始提问了." )