scrimba
AI Engineering
Intro to AI Engineering
An API call: Instance and model
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

An API call: Instance and model
AboutCommentsNotes
An API call: Instance and model
Expand for more info
index.js
run
preview
console
import OpenAI from 'openai'

const openai = new OpenAI({
dangerouslyAllowBrowser: true
})

Console
"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"
,
/index.html
-2:10