Skip to content

nledesma/tasting-nextjs

Repository files navigation

GPT Client done with Next.js + Tailwind CSS

This is a chat client wired to consume OpenAI Chat GPT3 API, preserving the chat history so that the model holds a conversation with the user.

Run Chat GPT

  1. Install dependencies
$ npm i
  1. Create a file like .env.local containing your OpenAI credentials: Eg:
OPENAI_ORG=<your-org-id>
OPENAI_KEY=<your-key>
  1. Then simply run npm run dev

Demo

About

Yet another chat gpt UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published