Welcome to talk-to-issues
project. This is an Open Source Project.
Feel free to contribute
- Install all the necessary dependencies:
npm i
- 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
- Create
.env.local
file in the root of project and paste OpenAI API key inside
/* .env.local */
OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>
- 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.