fix: bugs-01

This commit is contained in:
2026-03-12 19:57:30 +08:00
parent 9e609f89a3
commit ce537bb3dc
7 changed files with 62 additions and 37 deletions

View File

@@ -18,6 +18,7 @@ class Settings(BaseSettings):
OCR_API_KEY: str = ""
OCR_API_URL: str = ""
OCR_MODEL: str = ""
OCR_PARALLELISM: int = 4
LLM_API_KEY: str = ""
LLM_API_URL: str = ""
LLM_MODEL: str = ""