willam9725712
commited on
Commit
•
f4e0719
1
Parent(s):
4a59e33
Update app.py
Browse files
app.py
CHANGED
@@ -260,10 +260,7 @@ if __name__ == "__main__":
|
|
260 |
temperature, top_p, use_web, state
|
261 |
],
|
262 |
outputs=[message, chatbot, state])
|
263 |
-
|
264 |
-
1. 使用时请先上传自己的知识文件,并且文件中不含某些特殊字符,否则将返回error. <br>
|
265 |
-
2. 有任何使用问题,请通过[问题交流区](https://huggingface.co/spaces/thomas-yanxin/LangChain-ChatLLM/discussions)或[Github Issue区](https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui/issues)进行反馈. <br>
|
266 |
-
""")
|
267 |
|
268 |
def auth(username, password):
|
269 |
if username == "admin" and password =="meiya":
|
|
|
260 |
temperature, top_p, use_web, state
|
261 |
],
|
262 |
outputs=[message, chatbot, state])
|
263 |
+
|
|
|
|
|
|
|
264 |
|
265 |
def auth(username, password):
|
266 |
if username == "admin" and password =="meiya":
|