From: hunter-nl Date: Thu, 14 Aug 2025 13:03:42 +0000 (+0200) Subject: Update gpt.lua to remove unneeded body_base.model X-Git-Tag: 3.13.0~29^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a05810040fee64bc1c4fa8ddafd647e0005bf06b;p=thirdparty%2Frspamd.git Update gpt.lua to remove unneeded body_base.model Not needed in the body_base structure. --- diff --git a/src/plugins/lua/gpt.lua b/src/plugins/lua/gpt.lua index 72f61e6005..235984aa9b 100644 --- a/src/plugins/lua/gpt.lua +++ b/src/plugins/lua/gpt.lua @@ -717,7 +717,6 @@ local function openai_check(task, content, sel_part) end local body_base = { - model = settings.model, messages = { { role = 'system',