Class: Fosm::Admin::SettingsController

Inherits:
BaseController show all
Defined in:
app/controllers/fosm/admin/settings_controller.rb

Instance Method Summary collapse

Methods inherited from Fosm::ApplicationController

use_host_routes!

Instance Method Details

#showObject



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