Ver código fonte

add base model path setting

highing666 3 anos atrás
pai
commit
54984ca067
1 arquivos alterados com 2 adições e 0 exclusões
  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