Module: PWN::AI

Defined in:
lib/pwn/ai.rb,
lib/pwn/ai/grok.rb,
lib/pwn/ai/ollama.rb,
lib/pwn/ai/open_ai.rb

Overview

This file, using the autoload directive loads SP plugins into memory only when they’re needed. For more information, see: www.rubyinside.com/ruby-techniques-revealed-autoload-1652.html

Defined Under Namespace

Modules: Grok, Ollama, OpenAI

Class Method Summary collapse

Class Method Details

.helpObject

Display a List of Every PWN::Plugins Module



14
15
16
# File 'lib/pwn/ai.rb', line 14

public_class_method def self.help
  constants.sort
end