Module: LlmCostTracker::DashboardFilterOptionsHelper
- Included in:
- ApplicationHelper
- Defined in:
- app/helpers/llm_cost_tracker/dashboard_filter_options_helper.rb
Instance Method Summary collapse
- #model_filter_options(filter_params: params) ⇒ Object
- #provider_filter_options(filter_params: params) ⇒ Object
Instance Method Details
#model_filter_options(filter_params: params) ⇒ Object
9 10 11 |
# File 'app/helpers/llm_cost_tracker/dashboard_filter_options_helper.rb', line 9 def (filter_params: params) (:model, filter_params: filter_params) end |
#provider_filter_options(filter_params: params) ⇒ Object
5 6 7 |
# File 'app/helpers/llm_cost_tracker/dashboard_filter_options_helper.rb', line 5 def (filter_params: params) (:provider, filter_params: filter_params) end |