Skip to content

A react chatbot built on GPT-3 that corrects your errors

License

Notifications You must be signed in to change notification settings

clickableman1/reac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT3-powered React chatbot

This is a simple React chatbot that uses OpenAI's GPT3 API to generate responses to user input. Optionally it can correct the errors in the things you type.

Try it out under https://vuizur.github.io/react-gpt3-chatbot/.

It requires an OpenAI API key, which however is only saved in the brower and not sent to anyone (except OpenAI to get the dialogue completions).

About

A react chatbot built on GPT-3 that corrects your errors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.3%
  • HTML 7.3%
  • CSS 6.4%