Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 649 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 649 Bytes

Chat based on OpenAI api

This is my tiny pet project. The project is deployed at https://goodbadgood.dev/

Getting Started

  • Rename .env.example file to .env.local
  • Update NEXT_PUBLIC_OPENAI_API_KEY in .env.local with your OpenAI api key

To run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Notes

OpenAI API is unavailable in Russia without VPN, so make sure you have one installed to be able to run valid develomplent server