scrimba
AI Engineering
Intro to AI Engineering
Prompt Engineering and a challenge
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

Prompt Engineering and a challenge
AboutCommentsNotes
Prompt Engineering and a challenge
Expand for more info
index.js
run
preview
console
import OpenAI from 'openai'

/**
* Challenge:
* 1. Ask OpenAI to explain something complicated
* to you. For example Quantum Computing.
*
* Prompt Engineering Stretch Goals
* - See if you can control the level of complexity of
* the generated content, for example is this for
* 10-year-olds or college kids?
* - See if you can control the length of the output.
* **/
Console
"La télévision a été inventée par un inventeur écossais nommé John Logie Baird en 1926."
,
/index.html
-4:31