From 2518523f31df12ae16655fc8d2278e28ca2602cf Mon Sep 17 00:00:00 2001 From: Eric BREHAULT Date: Wed, 20 Dec 2023 16:02:18 +0100 Subject: [PATCH] disable onboarding --- features-v2.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features-v2.json b/features-v2.json index 76061f8..be51efe 100644 --- a/features-v2.json +++ b/features-v2.json @@ -32,7 +32,7 @@ "nua_prod_disabled_generative_models": { "rollout": 0, "variants": { - "model": ["cohere","nuclia-atlas-v1","nuclia-etna-v1","nuclia-everest-v1","chatgpt","palm"] + "model": ["cohere", "nuclia-atlas-v1", "nuclia-etna-v1", "nuclia-everest-v1", "chatgpt", "palm"] } }, "nua_suspend_unpaid_accounts": { @@ -52,13 +52,13 @@ "variants": { "environment": ["stage"] } - }, + }, "nua_disable_regional_kb_nuakey_endpoints": { "rollout": 0, "variants": { "environment": ["stage"] } - }, + }, "nucliadb_experimental_kb": { "rollout": 0, "variants": { @@ -122,6 +122,6 @@ "rollout": 0 }, "application_disable-onboarding": { - "rollout": 0 + "rollout": 100 } }