diff --git a/prompt-service/src/unstract/prompt_service/constants.py b/prompt-service/src/unstract/prompt_service/constants.py index a654ce5c2..96807e4d8 100644 --- a/prompt-service/src/unstract/prompt_service/constants.py +++ b/prompt-service/src/unstract/prompt_service/constants.py @@ -89,7 +89,7 @@ class RunLevel(Enum): class FeatureFlag: """Temporary feature flags.""" - pass + REMOTE_FILE_STORAGE = "remote_file_storage" class DBTableV2: