mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 13:23:16 +08:00
update README.md
This commit is contained in:
parent
ac4d22a89f
commit
837c4dbf25
4
webui.py
4
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}`, 您可以开始提问了."
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user