1
0
Fork 0
mirror of https://gitlab.com/niansa/discord_llama.git synced 2025-03-06 20:48:25 +01:00

Decreased temperature significantly

This commit is contained in:
niansa/tuxifan 2023-04-20 09:05:01 +00:00
parent 9fb93d75ae
commit ad2d79b3b4

View file

@ -180,7 +180,7 @@ class Bot {
return {
.n_ctx = 1012,
.n_repeat_last = 256,
.temp = 0.4f,
.temp = 0.1f,
.repeat_penalty = 1.372222224f,
.use_mlock = false
};