fix: single dollar sysmpol

This commit is contained in:
2026-03-12 23:20:14 +08:00
parent ff82021467
commit aee1a1bf3b
3 changed files with 7 additions and 8 deletions

View File

@@ -50,9 +50,7 @@ class Settings(BaseSettings):
max_tokens: int = 4096
# Model Paths
pp_doclayout_model_dir: str | None = (
"/home/yoge/.cache/modelscope/hub/models/PaddlePaddle/PP-DocLayoutV3"
)
pp_doclayout_model_dir: str | None = "/home/yoge/.cache/modelscope/hub/models/PaddlePaddle/PP-DocLayoutV3"
# Image Processing
max_image_size_mb: int = 10