%= content_for :page_title, t(".page_title") %> <% if Current.user.ai_enabled? %>
<%= t(".openai_label") %>
<%= t(".main_system_prompt.title") %>
<%= t(".main_system_prompt.subtitle") %>
[<%= Provider::Openai::DEFAULT_MODEL %>]
<%= @assistant_config[:instructions] %>
<%= t(".transaction_categorizer.title") %>
<%= t(".transaction_categorizer.subtitle") %>
[<%= Provider::Openai::DEFAULT_MODEL %>]
<%= @assistant_config[:auto_categorizer]&.instructions || Provider::Openai::AutoCategorizer.new(nil).instructions %>
<%= t(".merchant_detector.title") %>
<%= t(".merchant_detector.subtitle") %>
[<%= Provider::Openai::DEFAULT_MODEL %>]
<%= @assistant_config[:auto_merchant]&.instructions || Provider::Openai::AutoMerchantDetector.new(nil, model: "", transactions: [], user_merchants: []).instructions %>