Browse Source

add base model path setting

highing666 3 years ago
parent
commit
54984ca067
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/core/config.py

+ 2 - 0
app/core/config.py

@@ -25,6 +25,8 @@ class Settings(BaseSettings):
     PROJECT_DIR: DirectoryPath
     LOGS_DIR: DirectoryPath
 
+    ML_MODELS_DIR: DirectoryPath
+
     PROJECT_NAME: str
 
     POSTGRES_SERVER: str