$ npm install
$ npm start
Build AI apps with ChatGPT, Dall-E, GPT4. Week 1/3
Week 1/3 - Build a movie idea generator with ChatGPT and Dall-E By Scrimba on Coursera
- Use of the OpenAI Api:
- text-davinci-003 model
- createCompletion enpoint
- createImage enpoint (Dall-E)
- max_token parameter
- temperature parameter
- Prompt engineering:
- The zero shot approach
- The few shots approach