From 9928bc4c7998f61662cb79e039a8a0baa594ce08 Mon Sep 17 00:00:00 2001 From: Roberto Arocha Date: Mon, 4 Mar 2024 21:25:14 +0100 Subject: [PATCH] appsettings template updated --- src/AIHub/appsettings.template.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AIHub/appsettings.template.json b/src/AIHub/appsettings.template.json index 8ca6e3d..bf5f5f3 100644 --- a/src/AIHub/appsettings.template.json +++ b/src/AIHub/appsettings.template.json @@ -7,7 +7,8 @@ }, "ContentModerator": { "Endpoint": "", - "SubscriptionKey": "" + "SubscriptionKey": "", + "JailbreakDetectionEndpoint": "" }, "BrandAnalyzer": { "BingEndpoint": "https://api.bing.microsoft.com/v7.0/search",