avoid adding the same file multiple times

to the chatbot's files_to_promote list
这个提交包含在:
binary-husky
2023-12-19 19:43:03 +08:00
父节点 a0bfa7ba1c
当前提交 f7588d4776
共有 3 个文件被更改,包括 3 次插入3 次删除

查看文件

@@ -29,7 +29,6 @@ def 解析docx(file_manifest, project_folder, llm_kwargs, plugin_kwargs, chatbot
except:
raise RuntimeError('请先将.doc文档转换为.docx文档。')
print(file_content)
# private_upload里面的文件名在解压zip后容易出现乱码rar和7z格式正常,故可以只分析文章内容,不输入文件名
from crazy_functions.pdf_fns.breakdown_txt import breakdown_text_to_satisfy_token_limit
from request_llms.bridge_all import model_info