diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-06-27 15:40:03 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-06-27 15:40:03 +0100 |
commit | 19a64cc3187427f6f8d9b5ef5c93dc92f6048fe9 (patch) | |
tree | 3f4f22b631083641429359498ae9ede6ad3c57a0 | |
parent | 932a8a1cf4671232dcb70c9931b1d7d75e8220b9 (diff) | |
download | rspamd-19a64cc3187427f6f8d9b5ef5c93dc92f6048fe9.tar.gz rspamd-19a64cc3187427f6f8d9b5ef5c93dc92f6048fe9.zip |
[Minor] Copy&paste fix
-rw-r--r-- | src/plugins/lua/gpt.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/lua/gpt.lua b/src/plugins/lua/gpt.lua index 96c632d4c..d7d1c496e 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 |