update README.md
This commit is contained in:
parent
b543f49278
commit
ac4d22a89f
14
README.md
14
README.md
|
|
@ -1,4 +1,6 @@
|
|||
# 基于本地知识库的 ChatGLM 等大语言模型应用实现
|
||||

|
||||
|
||||
**LangChain-Chatchat** (原 Langchain-ChatGLM): 基于 Langchain 与 ChatGLM 等大语言模型的本地知识库问答应用实现。
|
||||
|
||||
## 目录
|
||||
|
||||
|
|
@ -240,6 +242,12 @@ $ python server/api.py
|
|||
$ streamlit run webui.py
|
||||
```
|
||||
|
||||
使用 Langchain-Chatchat 主题色启动 **Web UI** 服务(默认使用端口`8501`)
|
||||
|
||||
```shell
|
||||
$ streamlit run webui.py --theme.base "light" --theme.primaryColor "#165dff" --theme.secondaryBackgroundColor "#f5f5f5" --theme.textColor "#000000"
|
||||
```
|
||||
|
||||
或使用以下命令指定启动 **Web UI** 服务并指定端口号
|
||||
|
||||
```shell
|
||||
|
|
@ -248,11 +256,11 @@ $ streamlit run webui.py --server.port 666
|
|||
|
||||
- Web UI 对话界面:
|
||||
|
||||

|
||||

|
||||
|
||||
- Web UI 知识库管理页面:
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 249 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 137 KiB |
Loading…
Reference in New Issue