You'll build a simple AI assistant using the OpenAI Completions API, starting with basic prompt engineering and progressing to a simple chat loop. This course introduces the core concepts of completions, prompt design, and basic error handling.
Overview
Syllabus
- Unit 1: OpenAI Completions API Basics
- Change the Prompt for New Insights
- Add the Missing Model Parameter
- Write Your First OpenAI API Request
- Unit 2: Exploring Completion Parameters
- Adjusting AI Response Length
- Adjusting AI Creativity with Temperature
- Exploring AI Response Length
- Unit 3: Understanding System Prompts
- Enhance Your AI Assistant Styles
- Enhance Your AI Assistant Styles
- Dynamic System Prompts with Files
- Unit 4: Building a Chat Loop
- Building a Basic Chat Loop
- Enhance the Chat Loop
- Dynamic Assistant with File-Based Prompts
- Build Your Own AI Chat Loop