FIX: automation spec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user