update test samples

This commit is contained in:
505030475 2023-06-21 11:20:31 +10:00
parent 0ee25f475e
commit cf5f348d70

View File

@ -189,6 +189,7 @@ def test_Latex():
# txt = r"https://arxiv.org/abs/2211.16068" # ACE # txt = r"https://arxiv.org/abs/2211.16068" # ACE
# txt = r"C:\Users\x\arxiv_cache\2211.16068\workfolder" # ACE # txt = r"C:\Users\x\arxiv_cache\2211.16068\workfolder" # ACE
txt = r"https://arxiv.org/abs/2002.09253" txt = r"https://arxiv.org/abs/2002.09253"
txt = r"https://arxiv.org/abs/2306.07831"
for cookies, cb, hist, msg in (Latex翻译中文并重新编译PDF)(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_prompt, web_port): for cookies, cb, hist, msg in (Latex翻译中文并重新编译PDF)(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_prompt, web_port):
cli_printer.print(cb) # print(cb) cli_printer.print(cb) # print(cb)
@ -217,6 +218,7 @@ def test_Latex():
# test_数学动画生成manim() # test_数学动画生成manim()
# test_Langchain知识库() # test_Langchain知识库()
# test_Langchain知识库读取() # test_Langchain知识库读取()
test_Latex() if __name__ == "__main__":
input("程序完成,回车退出。") test_Latex()
print("退出。") input("程序完成,回车退出。")
print("退出。")