thomas-yanxin commited on
Commit
44d896a
1 Parent(s): 5d583ec

modified: app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ if __name__ == "__main__":
177
  gr.Markdown("""<h1><center>LangChain-ChatLLM-Webui</center></h1>
178
  <center><font size=3>
179
  本项目基于LangChain和大型语言模型系列模型, 提供基于本地知识的自动问答应用. <br>
180
- 目前项目提供基于<a href='https://github.com/THUDM/ChatGLM-6B' target="_blank">ChatGLM-6B </a>的LLM和包括GanymedeNil/text2vec-large-chinese、nghuyong/ernie-3.0-base-zh、nghuyong/ernie-3.0-nano-zh在内的多个Embedding模型, 支持上传 txt、docx、md等文本格式文件. <br>
181
  后续将提供更加多样化的LLM、Embedding和参数选项供用户尝试, 欢迎关注<a href='https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui' target="_blank">Github地址</a>.
182
  </center></font>
183
  """)
 
177
  gr.Markdown("""<h1><center>LangChain-ChatLLM-Webui</center></h1>
178
  <center><font size=3>
179
  本项目基于LangChain和大型语言模型系列模型, 提供基于本地知识的自动问答应用. <br>
180
+ 目前项目提供基于<a href='https://github.com/THUDM/ChatGLM-6B' target="_blank">ChatGLM-6B </a>系列、Minimax的LLM和包括text2vec-base-chinese、ernie-3.0-zh系列以及由<a href='https://cloud.jina.ai/user/inference' target="_blank">Jina</a>提供的ViT-B-32::laion2b-s34b-b79k等多个Embedding模型, 支持上传 txt、docx、md等文本格式文件. <br>
181
  后续将提供更加多样化的LLM、Embedding和参数选项供用户尝试, 欢迎关注<a href='https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui' target="_blank">Github地址</a>.
182
  </center></font>
183
  """)