Merge branch 'master' of github.com:binary-husky/chatgpt_academic

这个提交包含在:
binary-husky
2023-09-01 10:34:33 +08:00
当前提交 045b7f6312
共有 37 个文件被更改,包括 524 次插入12311 次删除

查看文件

@@ -168,10 +168,13 @@ HUGGINGFACE_ACCESS_TOKEN = "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"
# 获取方法复制以下空间https://huggingface.co/spaces/qingxu98/grobid,设为public,然后GROBID_URL = "https://(你的hf用户名如qingxu98)-(你的填写的空间名如grobid).hf.space"
GROBID_URLS = [
"https://qingxu98-grobid.hf.space","https://qingxu98-grobid2.hf.space","https://qingxu98-grobid3.hf.space",
"https://shaocongma-grobid.hf.space","https://FBR123-grobid.hf.space",
"https://shaocongma-grobid.hf.space","https://FBR123-grobid.hf.space", "https://yeku-grobid.hf.space",
]
# 是否允许通过自然语言描述修改本页的配置,该功能具有一定的危险性,默认关闭
ALLOW_RESET_CONFIG = False
"""
在线大模型配置关联关系示意图
@@ -224,4 +227,4 @@ GROBID_URLS = [
├── PDF文档精准解析
│ └── GROBID_URLS
"""
"""