From 109198a958ac45031ede5316af4a85a59f0cfad8 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 28 Jun 2024 10:47:41 +0100 Subject: [Minor] Disable module by default --- conf/modules.d/gpt.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/modules.d/gpt.conf b/conf/modules.d/gpt.conf index 1dd5405e3..821141495 100644 --- a/conf/modules.d/gpt.conf +++ b/conf/modules.d/gpt.conf @@ -36,6 +36,9 @@ gpt { # Reply conversion (lua code) #reply_conversion = "xxx"; + # Be sure to enable module after you specify the API key + enabled = false; + # Include dynamic conf for the rule .include(try=true,priority=5) "${DBDIR}/dynamic/gpt.conf" .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/gpt.conf" -- cgit v1.2.3