Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 726 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 726 Bytes

GPT-3 Chat

OpenAI GPT-3 bot chat application.

Read about GPT-3 and the OpenAI API https://openai.com/blog/openai-api/

Architecture

  • Frontend: React, Socket.IO, Redux, Tailwind. (React SPA)
  • Backend:
    • Node server: Express, Socket.IO, MongoDB. (REST API with JWT based authentication and the Socket.IO chat server)
    • GPT-3 server: Flask, OpenAI API (Python Flask server that talks to the OpenAI API)

Demo

video

Screenshot_2021-04-14 React App(1)