talk-to-issues

Stars
2

Welcome to talk-to-issuesproject. This is an Open Source Project.

Feel free to contribute

Getting Started

  1. Install all the necessary dependencies:
npm i
  1. Create OpenAI account and get OpenAI API

This application is running on gpt-3.5-turbo and it's pretty cheap to run it yourself

  1. Create .env.local file in the root of project and paste OpenAI API key inside
/* .env.local */

OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.