summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
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 2c59f07..112af07 100644
--- a/bot.go
+++ b/bot.go
@@ -1063,7 +1063,6 @@ func addNewChat(chatName string) {
func applyCharCard(cc *models.CharCard) {
cfg.AssistantRole = cc.Role
- // FIXME: remove
history, err := loadAgentsLastChat(cfg.AssistantRole)
if err != nil {
// too much action for err != nil; loadAgentsLastChat needs to be split up