This commit is contained in:
Cyril Vallez 2024-12-13 14:13:47 +00:00
parent e93ab925f9
commit f4c60ca522

View File

@ -70,4 +70,4 @@ def get_adapter_to_index():
USE_CUSTOM_MODELING = os.getenv("USE_CUSTOM_MODELING", "true")
USE_CUSTOM_MODELING = USE_CUSTOM_MODELING == "true" or USE_CUSTOM_MODELING == "1"
USE_CUSTOM_MODELING = USE_CUSTOM_MODELING.lower() == "true" or USE_CUSTOM_MODELING == "1"