/chat-GPT-codex-app

This application is powered by Chat-GPT3 Artificial intelligence models that can answer almost all questions asked to it. It can also assist you in writing code for major programming languages, writing tests, and debugging

Primary LanguageTypeScript

About

Chat GPT (Generative Pre-trained Transformer) is a type of natural language processing (NLP) model that uses deep learning to generate human-like responses to user input. It is based on the transformer architecture, which was developed by Google in 2017 and has since become the de facto standard for NLP tasks. Chat GPT models are trained on large datasets of conversational data and can generate realistic responses to user queries.

Tech-stack

  • Next,js with typescript
  • Tailwindcss and Material UI as UI library
  • Framer-motion for optimiZed animations
  • Next,js serverless functions to call openAI api.
  • react-toastify for cool toast animations

Codex app

Getting Started

  1. Firstly clone this repository to your local machine

  2. Then run yarn install to install the dependencies

  3. Go to the Openai website and get the API key

  4. Create .env file and put your environment of OPENAI_API_KEY from env.local.example

  5. Run the development server:

npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.

  2. Enjoy