summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
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
}