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