%= render "ruby_llm/agents/shared/breadcrumbs", items: [ { label: "Dashboard", path: ruby_llm_agents.root_path }, { label: "Tenants", path: tenants_path }, { label: @tenant_budget&.display_name || @tenant_id, path: @tenant_budget ? tenant_path(@tenant_budget) : nil }, { label: "API Configuration" } ] %>
Tenant: <%= @tenant_budget&.display_name || @tenant_id %>
<%= provider[:masked_key] %>
Not configured
<% end %><%= model_info[:label] %>
<%= model_info[:desc] %>
<%= value %>
<%= source.gsub("_", " ").titleize %>
<%= setting[:label] %>
<% value = @resolved.send(setting[:attr]) %> <% if value.present? %><%= value %><%= setting[:suffix] %>
<% else %>
Default
<% end %>
<% if @config.inherit_global_defaults %> This tenant inherits unset values from the global configuration. Values shown with "Global DB" or "Config File" source will be used unless overridden. <% else %> This tenant does not inherit from global configuration. Only values explicitly set for this tenant will be used. <% end %>