diff options
author | Grail Finder <wohilas@gmail.com> | 2024-11-21 07:25:23 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2024-11-21 07:25:23 +0300 |
commit | 35340d88863cb2a6a1b883bd3312abfef3a24c7a (patch) | |
tree | 31d41c25e97e7efec0849bdc3b8df2c0b521c90c /bot.go | |
parent | 5ccad20bd680dc443b30f0decc8fca13427dc70d (diff) |
Fix: chat upsert
Diffstat (limited to 'bot.go')
-rw-r--r-- | bot.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |