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

Commit 7ae61ce

Browse files
committed
DEV: update automation to remove custom: prefix
1 parent f593ab6 commit 7ae61ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/automation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def self.available_models
3737
value_h["id"] > 0 ||
3838
SiteSetting.ai_automation_allowed_seeded_models_map.include?(value_h["id"].to_s)
3939
end
40-
.each { |value_h| value_h["id"] = "custom:#{value_h["id"]}" }
40+
.each { |value_h| value_h["id"] = "#{value_h["id"]}" }
4141

4242
values
4343
end

0 commit comments

Comments
 (0)