镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 14:36:48 +00:00
temp
这个提交包含在:
@@ -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
|
||||
|
||||
|
||||
在新工单中引用
屏蔽一个用户