Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.01 KB

example-30-lesson-plan-writer.md

File metadata and controls

25 lines (16 loc) · 1.01 KB

Lesson plan writer

Generate a lesson plan for a specific topic.

Example Usage

curl --location --request PUT 'https://api.openai.lawrencemcdaniel.com/examples/default-lesson-plan-writer' \
--header 'x-api-key: YOUR-API-GATEWAY-KEY' \
--header 'Content-Type: application/json' \
--data '{"Write a lesson plan for an introductory algebra class. The lesson plan should cover the distributive law, in particular how it works in simple cases involving mixes of positive and negative numbers. Come up with some examples that show common student errors."}'

Example results

Official Documentation

OpenAI Playground