summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot.go b/bot.go
index 753b112..c256f58 100644
--- a/bot.go
+++ b/bot.go
@@ -41,6 +41,8 @@ var (
defaultLCPProps = map[string]float32{
"temperature": 0.8,
"dry_multiplier": 0.6,
+ "min_p": 0.05,
+ "n_predict": -1.0,
}
)