From 6fe05183672b6982852f11454b65d5f04b43621c Mon Sep 17 00:00:00 2001 From: Viet Nguyen Date: Fri, 25 Oct 2024 16:24:55 +1100 Subject: [PATCH] Update constants.py --- data_discovery_ai/common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_discovery_ai/common/constants.py b/data_discovery_ai/common/constants.py index 791bde4..3dcc63f 100644 --- a/data_discovery_ai/common/constants.py +++ b/data_discovery_ai/common/constants.py @@ -1,3 +1,3 @@ -API_PREFIX = "/api/v1" +API_PREFIX = "/api/v1/ml" API_KEY_NAME = "X-API-Key" AVAILABLE_MODELS = ["default", "a", "b"] # just sample, use lowercase only