OPENAI_API_URL=https://api.openai.com/v1
Your secret API keys OpenAI API Keys
OPENAI_API_KEY=SECRET_KEY
Your Organization ID
OPENAI_ORGANIZATION=ORGANIZATION-ID
OpenAI::textCompletion('Write this is a test');
OpenAI::model('text-davinci-003')
->temperature(0.25)
->topP(0)
->textCompletion('Write this is a test');