Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit f077d58

Browse files
committed
FIX: automation spec
1 parent 08d2f3d commit f077d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/automation/report_runner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def initialize(
7474
else
7575
I18n.t("discourse_automation.scriptables.llm_report.title")
7676
end
77-
@model = LlmModel.find_by(id: model.split(":")&.last)
77+
@model = LlmModel.find_by(id: model)
7878
@persona = AiPersona.find(persona_id).class_instance.new
7979
@category_ids = category_ids
8080
@tags = tags

0 commit comments

Comments
 (0)