aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-07-22 13:34:37 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2024-07-22 13:34:37 +0100
commit10b3cefd4e8dd99c73cf11c838d80ad6238a0b57 (patch)
treec8cffc844ecd705c947f41a164891d0d296e71fc /conf
parentcb3faa71cade474d449cebf2896e81c083cde295 (diff)
downloadrspamd-10b3cefd4e8dd99c73cf11c838d80ad6238a0b57.tar.gz
rspamd-10b3cefd4e8dd99c73cf11c838d80ad6238a0b57.zip
[Minor] Use gpt-4o-mini by default
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.d/gpt.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.d/gpt.conf b/conf/modules.d/gpt.conf
index eac9952e5..c76a08c92 100644
--- a/conf/modules.d/gpt.conf
+++ b/conf/modules.d/gpt.conf
@@ -18,7 +18,7 @@ gpt {
# Your key to access the API (add this to enable this plugin)
#api_key = "xxx";
# Model name
- model = "gpt-3.5-turbo";
+ model = "gpt-4o-mini";
# Maximum tokens to generate
max_tokens = 1000;
# Temperature for sampling