Skip to content

jaypee-0/funWithGPT-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun With GPT-3

The Challenge

You will write an app that sends plain text prompts to the OpenAI API and displays the results in a list.

We'd like your app to have a simple-to-use interface that includes the following:

  • A form for entering text prompts
  • Submitting the form sends the prompt to the OpenAI API
  • Results are displayed in a list, sorted from newest to oldest. Each result should include the original prompt and a response from the API.

Overview

image

Features

  • Responses are stored in order of newest to oldest.
  • Each result includes at least the original prompt entered and the response from the API
  • Responses are stored locally upon refresh

Built With