Fix: chat upsert

This commit is contained in:
Grail Finder
2024-11-21 07:25:23 +03:00
parent 5ccad20bd6
commit 35340d8886
3 changed files with 9 additions and 4 deletions

1
bot.go
View File

@@ -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