Class: Termpilot

Inherits:
Object
  • Object
show all
Defined in:
lib/termpilot.rb

Overview

Entry point for the Termpilot gem

Class Method Summary collapse

Class Method Details

.run(query) ⇒ Object



7
8
9
# File 'lib/termpilot.rb', line 7

def self.run(query)
  Services::OpenaiService.chat(query)
end