Explorar o código

add base model path setting

highing666 %!s(int64=3) %!d(string=hai) anos
pai
achega
54984ca067
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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