Enha: first chat name convention

This commit is contained in:
Grail Finder
2026-02-28 08:09:56 +03:00
parent e521434073
commit 83f99d3577
3 changed files with 12 additions and 10 deletions

2
bot.go
View File

@@ -1411,8 +1411,6 @@ func init() {
}
// load cards
basicCard.Role = cfg.AssistantRole
// toolCard.Role = cfg.AssistantRole
//
logLevel.Set(slog.LevelInfo)
logger = slog.New(slog.NewTextHandler(logfile, &slog.HandlerOptions{Level: logLevel}))
store = storage.NewProviderSQL(cfg.DBPATH, logger)