thomas-yanxin commited on
Commit
7f2c172
1 Parent(s): 44d896a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -178,7 +178,9 @@ if __name__ == "__main__":
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
  """)
184
  with gr.Row():
 
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>. <br>
182
+ 本项目已内置开发者自己的key,用户无需输入自己的相关key. <br>
183
+ 当然,更推荐您点击右上角的<strong>Duplicate this Space</strong>,将项目Fork到自己的Space中,保护个人隐私,且避免排队!
184
  </center></font>
185
  """)
186
  with gr.Row():