这个提交包含在:
binary-husky
2023-06-20 23:05:17 +08:00
父节点 9fd212652e
当前提交 1fede6df7f
共有 2 个文件被更改,包括 4 次插入3 次删除

查看文件

@@ -89,7 +89,7 @@ def arxiv_download(chatbot, history, txt):
except ValueError:
return False
if ('.' in txt) and ('/' not in txt) and is_float(txt):
txt = 'https://arxiv.org/abs/' + txt
txt = 'https://arxiv.org/abs/' + txt.strip()
if not txt.startswith('https://arxiv.org'):
return txt, None