GROBID服务代理访问支持

This commit is contained in:
binary-husky
2023-09-27 15:40:55 +08:00
parent 9cb05e5724
commit 0844b6e9cf
2 changed files with 7 additions and 4 deletions

View File

@@ -184,7 +184,7 @@ PATH_PRIVATE_UPLOAD = "private_upload"
# 日志文件夹的位置,请勿修改
PATH_LOGGING = "gpt_log"
# 除了连接OpenAI之外还有哪些场合允许使用代理请勿修改
WHEN_TO_USE_PROXY = ["Download_LLM", "Download_Gradio_Theme"]
WHEN_TO_USE_PROXY = ["Download_LLM", "Download_Gradio_Theme", "Connect_Grobid"]
"""