This commit is contained in:
2026-03-12 12:32:29 +08:00
parent c0f9ddabbf
commit 470446fa6f
18 changed files with 591 additions and 142 deletions

View File

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