Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 805 Bytes

example-25-socratic-tutor.md

File metadata and controls

25 lines (16 loc) · 805 Bytes

Socratic tutor

Generate responses as a Socratic tutor.

Example Usage

curl --location --request PUT 'https://api.openai.lawrencemcdaniel.com/examples/default-socratic-tutor' \
--header 'x-api-key: YOUR-API-GATEWAY-KEY' \
--header 'Content-Type: application/json' \
--data '{"Help me to understand the future of artificial intelligence."}'

Example results

Official Documentation

OpenAI Playground