Stay ahead of the web dev game by harnessing the power of AI. Build a movie pitch generator, a GPT-4 chatbot, and a fine-tuned bot trained on your own dataset.
- Building fetch requests for the OpenAI API
- OpenAI’s models
- OpenAI tools
- The Create Completions endpoint
- Prompt engineering
- The ‘zero shot’ approach
- The ‘few shot’ approach
- The temperature property
- The Create Image endpoint
- Building chatbots
- Chatbot specific prompt syntax
- The Create Chat Completions endpoint
- Frequency Penalty
- Presence Penalty
- Controlling a chatbot’s personality
- Persisting the chat with Firebase
- Fine-tuning
- n_epochs
- The Stop Sequence
- Deploying with API key hidden