ZakMiller / gpt3-chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat with GPT-3

This project demonstrates a simple React chat app that lets you chat with GPT-3.

Chat with GPT-3 in action

Running

  1. Change <your-token> in /src/services/gpt.ts to your OpenAI token.

npm install
npm run start

More

To read more about this project, check out my guide.

Credit

Thank you to Samuel Roth for some of the messenger code and Pubnub for some hints about how to implement the loading indicator in CSS.

And of course thank you OpenAI for GPT-3!

About


Languages

Language:TypeScript 60.4%Language:CSS 25.0%Language:HTML 10.3%Language:JavaScript 4.3%