diff options
-rw-r--r-- | conf/modules.d/gpt.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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" |