From 67ea1aef0dafb9dc6f82e009cc1ecc613f71e520 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 19 Dec 2025 11:06:22 +0300 Subject: Feat: two agent types; WebAgentB impl --- bot.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bot.go') diff --git a/bot.go b/bot.go index f2683bb..8206c63 100644 --- a/bot.go +++ b/bot.go @@ -263,6 +263,7 @@ func fetchLCPModelName() *models.LCPModels { return nil } chatBody.Model = path.Base(llmModel.Data[0].ID) + cfg.CurrentModel = chatBody.Model return &llmModel } -- cgit v1.2.3