scrimba
AI Apps
Build a movie idea generator with ChatGPT and Dall-E
Building an OpenAI fetch request
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

AboutCommentsNotes
Building an OpenAI fetch request
Expand for more info
index.js
run
preview
console
const apiKey = "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"

const url = "https://api.openai.com/v1/completions"
Console
/index.html
-5:05