refactor: 清理冗余代码和过时配置
This commit is contained in:
@@ -22,7 +22,6 @@ class Settings(BaseSettings):
|
||||
|
||||
# HuggingFace / arXiv
|
||||
HF_API_BASE: str = "https://huggingface.co/api"
|
||||
HF_PROXY: str = ""
|
||||
TOP_N: int = 20
|
||||
HTTP_TIMEOUT_SECONDS: int = 30
|
||||
HTTP_MAX_RETRIES: int = 3
|
||||
|
||||
Reference in New Issue
Block a user