Feat: set/change props from tui for /completion

This commit is contained in:
Grail Finder
2025-01-29 20:18:40 +03:00
parent 7bf18dede5
commit 336451340b
5 changed files with 18 additions and 12 deletions

2
bot.go
View File

@@ -41,6 +41,8 @@ var (
defaultLCPProps = map[string]float32{
"temperature": 0.8,
"dry_multiplier": 0.6,
"min_p": 0.05,
"n_predict": -1.0,
}
)