shreyashankar / gpt3-sandbox

The goal of this project is to enable users to create cool web demos using the newly released OpenAI GPT-3 API with just a few lines of Python.
MIT License
2.9k stars 884 forks source link

added new example 'model_of_story' #84

Closed abhinav-TB closed 3 years ago

abhinav-TB commented 3 years ago

Added a new example that predicts the moral of a short story from the actual short story

abhinav-TB commented 3 years ago

Thanks, @shreyashankar, your repo was really helpful in getting started with the API