fix: bugs-01
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user