adjust rag

This commit is contained in:
binary-husky
2024-11-19 14:59:50 +00:00
parent 3520131ca2
commit ef18aeda81
4 changed files with 1 additions and 8 deletions

View File

@@ -423,9 +423,6 @@ def 编译Latex(chatbot, history, main_file_original, main_file_modified, work_f
except Exception as e:
logger.error(e)
pass
return True # 成功啦
else:
if n_fix>=max_try: break