From d841d13b047207fc15e277601ab1140e33988a9e Mon Sep 17 00:00:00 2001 From: 505030475 <505030475@qq.com> Date: Sun, 25 Jun 2023 22:12:44 +0800 Subject: [PATCH] add arxiv translation test samples --- crazy_functions/crazy_functions_test.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/crazy_functions/crazy_functions_test.py b/crazy_functions/crazy_functions_test.py index b4ff5e2..6e17fb3 100644 --- a/crazy_functions/crazy_functions_test.py +++ b/crazy_functions/crazy_functions_test.py @@ -188,8 +188,13 @@ def test_Latex(): # txt = r"https://arxiv.org/abs/2305.17608" # txt = r"https://arxiv.org/abs/2211.16068" # 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/2306.07831" + # txt = r"https://arxiv.org/abs/2002.09253" + # txt = r"https://arxiv.org/abs/2306.07831" + # txt = r"C:\Users\fuqingxu\Desktop\2023-06-18-13-56-57-result" + # txt = r"https://arxiv.org/abs/2212.10156" + txt = r"https://arxiv.org/abs/2211.11559" + + 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)