diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-07-22 13:06:51 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-07-22 13:06:51 +0100 |
commit | d019b0dfc11ca01c19a2889db0605ff1a776562b (patch) | |
tree | e3209e4ab67d0d9084b95be26880714b8ad80c48 /conf/modules.d/gpt.conf | |
parent | d94a2b8ae8842ff9525107bef3f29a814aae8fdb (diff) | |
download | rspamd-d019b0dfc11ca01c19a2889db0605ff1a776562b.tar.gz rspamd-d019b0dfc11ca01c19a2889db0605ff1a776562b.zip |
[Minor] Remove top_p reduce temperature to 0
Diffstat (limited to 'conf/modules.d/gpt.conf')
-rw-r--r-- | conf/modules.d/gpt.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/modules.d/gpt.conf b/conf/modules.d/gpt.conf index 7a2e11d40..eac9952e5 100644 --- a/conf/modules.d/gpt.conf +++ b/conf/modules.d/gpt.conf @@ -22,9 +22,7 @@ gpt { # Maximum tokens to generate max_tokens = 1000; # Temperature for sampling - temperature = 0.7; - # Top p for sampling - top_p = 0.9; + temperature = 0.0; # Timeout for requests timeout = 10s; # Prompt for the model (use default if not set) |