summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-12-19 11:06:22 +0300
committerGrail Finder <wohilas@gmail.com>2025-12-19 11:06:22 +0300
commit67ea1aef0dafb9dc6f82e009cc1ecc613f71e520 (patch)
tree331743d4edc223508e96055c0ec5753901273b57 /bot.go
parent5f852418d8d12868df83a9591b15e0846971fff9 (diff)
Feat: two agent types; WebAgentB impl
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go1
1 files changed, 1 insertions, 0 deletions
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
}