Class: Fosm::Admin::SettingsController
- Inherits:
-
BaseController
- Object
- Fosm::ApplicationController
- BaseController
- Fosm::Admin::SettingsController
- Defined in:
- app/controllers/fosm/admin/settings_controller.rb
Instance Method Summary collapse
Methods inherited from Fosm::ApplicationController
Instance Method Details
#show ⇒ Object
4 5 6 7 |
# File 'app/controllers/fosm/admin/settings_controller.rb', line 4 def show @llm_providers = detect_llm_providers @fosm_config = summarize_fosm_config end |