Skip to content

Genie-Technologies/ai-chat-next

Repository files navigation

ResponAI FE Repo

This Repo is a nextjs application that communicates with a nestJS backend. It uses the OpenAI API to make completion requests based on user chat history. It is based off the vercel ai-chatgpt repo. The backend for this application lives here.

Components

  • Next.js
  • OpenAI API (REST endpoint)
  • API Routes (NestJS Backend)

Getting Started

Rename .env.example to .env.local:

cp .env.example .env.local

then, update OPENAI_API_KEY with your OpenAI secret key.

Next, run Next.js in development mode:

npm install
npm run dev

# or

yarn
yarn dev

The app should be up and running at http://localhost:3000.

Keep in Touch

Screenshots

ai_chat_landing

chat_thread_landing Screenshot 2024-01-15 at 3 59 58 PM

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages