Class: GPT3

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

Defined Under Namespace

Classes: Completion, Engine

Constant Summary collapse

API_VERSION =
1
ENGINE =

ENGINE = ‘curie’

'davinci'
BASE_URL =
"https://api.openai.com/v#{API_VERSION}/engines/#{ENGINE}"
SECRET_KEY =
ENV.fetch('OPENAI_SK', 'sk-FuRLCnrvrnkcOZoprk259QGjfLWTl1epWw9heo8s')