From 19a64cc3187427f6f8d9b5ef5c93dc92f6048fe9 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 27 Jun 2024 15:40:03 +0100 Subject: [PATCH] [Minor] Copy&paste fix --- src/plugins/lua/gpt.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/lua/gpt.lua b/src/plugins/lua/gpt.lua index 96c632d4c3..d7d1c496e0 100644 --- a/src/plugins/lua/gpt.lua +++ b/src/plugins/lua/gpt.lua @@ -17,8 +17,8 @@ limitations under the License. local N = "gpt" if confighelp then - rspamd_config:add_example(nil, 'greylist', - "Performs adaptive greylisting using Redis", + rspamd_config:add_example(nil, 'gpt', + "Performs postfiltering using GPT model", [[ gpt { # Supported types: openai -- 2.47.3