summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2024-11-21 07:25:23 +0300
committerGrail Finder <wohilas@gmail.com>2024-11-21 07:25:23 +0300
commit35340d88863cb2a6a1b883bd3312abfef3a24c7a (patch)
tree31d41c25e97e7efec0849bdc3b8df2c0b521c90c /bot.go
parent5ccad20bd680dc443b30f0decc8fca13427dc70d (diff)
Fix: chat upsert
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot.go b/bot.go
index 2037e7e..66303a2 100644
--- a/bot.go
+++ b/bot.go
@@ -238,7 +238,6 @@ func init() {
panic(err)
}
logger = slog.New(slog.NewTextHandler(file, nil))
- logger.Info("test msg")
store = storage.NewProviderSQL("test.db", logger)
// https://github.com/coreydaley/ggerganov-llama.cpp/blob/master/examples/server/README.md
// load all chats in memory