From 5eff13debd49798934dd107ce7a67f6dcafb7c49 Mon Sep 17 00:00:00 2001 From: nsantacruz Date: Tue, 3 May 2022 18:39:25 +0300 Subject: [PATCH] add ml model settings --- helm-chart/templates/configmap/local-settings.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/helm-chart/templates/configmap/local-settings.yaml b/helm-chart/templates/configmap/local-settings.yaml index 39dc6a8886..520cd83ae9 100644 --- a/helm-chart/templates/configmap/local-settings.yaml +++ b/helm-chart/templates/configmap/local-settings.yaml @@ -225,6 +225,16 @@ data: MOBILE_APP_KEY = os.getenv("MOBILE_APP_KEY") + RAW_REF_MODEL_BY_LANG_FILEPATH = { + "en": None, + "he": None + } + + RAW_REF_PART_MODEL_BY_LANG_FILEPATH = { + "en": None, + "he": None + } + LOGGING = { 'version': 1, 'disable_existing_loggers': False,