Module: AskChatgpt::Console

Defined in:
lib/ask_chatgpt/console.rb

Instance Method Summary collapse

Instance Method Details

#gptObject Also known as: chatgpt, chat_gpt



3
4
5
# File 'lib/ask_chatgpt/console.rb', line 3

def gpt
  AskChatGPT::Executor.call
end

#run(*args) ⇒ Object



10
11
12
# File 'lib/ask_chatgpt/console.rb', line 10

def run(*args)
  gpt(*args)
end