FIX: automation spec

This commit is contained in:
Keegan George
2025-07-17 11:48:28 -07:00
parent 08d2f3ddf9
commit f077d58abf
+1 -1
View File
@@ -74,7 +74,7 @@ module DiscourseAi
else
I18n.t("discourse_automation.scriptables.llm_report.title")
end
@model = LlmModel.find_by(id: model.split(":")&.last)
@model = LlmModel.find_by(id: model)
@persona = AiPersona.find(persona_id).class_instance.new
@category_ids = category_ids
@tags = tags