소스 검색

add base model path setting

highing666 3 년 전
부모
커밋
54984ca067
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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