Fix: chat upsert
This commit is contained in:
1
bot.go
1
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
|
||||
|
||||
Reference in New Issue
Block a user