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}`, 您可以开始提问了." )