Go to file
sushant dhimal 33a58ddc3d feat(href): generate unique id and href in navPrompt & chatLog classes to create a link 2023-03-05 21:11:41 +05:45
client feat(href): generate unique id and href in navPrompt & chatLog classes to create a link 2023-03-05 21:11:41 +05:45
server organize: reorganize project file structure 2023-01-19 18:41:55 +05:45
README.md docs(readme): add initial version of README.md 2023-01-31 23:43:19 +05:45

README.md

Talkbot App

A conversational AI app inspired by OpenAI's GPT-3 language model, built with Create React App.

Features

  • Natural language processing and understanding
  • Context-aware responses
  • Ability to converse on a variety of topics
  • React-based front-end for easy user interaction
  • Node.js back-end for communication with the OpenAI API

Requirements

Setup

  1. Clone the repository
git clone https://github.com/dhiant/react-chatGPT-clone.git 
  1. Install client dependencies
cd client 
npm install 
  1. Install server dependencies
cd server 
npm install 
  1. Replace [your_openai_key] in 'server/.env' file with your OpenAI API key.

Usage

  1. Start the client
cd client 
npm start 
  1. Start the server
cd server
node index.js

Contribution

All contributions are welcome. Feel free to open an issue or create a pull request.