diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-12-19 11:06:22 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-12-19 11:06:22 +0300 |
| commit | 67ea1aef0dafb9dc6f82e009cc1ecc613f71e520 (patch) | |
| tree | 331743d4edc223508e96055c0ec5753901273b57 /bot.go | |
| parent | 5f852418d8d12868df83a9591b15e0846971fff9 (diff) | |
Feat: two agent types; WebAgentB impl
Diffstat (limited to 'bot.go')
| -rw-r--r-- | bot.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -263,6 +263,7 @@ func fetchLCPModelName() *models.LCPModels { return nil } chatBody.Model = path.Base(llmModel.Data[0].ID) + cfg.CurrentModel = chatBody.Model return &llmModel } |
