Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 586 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 586 Bytes

ChatGPT Next 13 App Router Starter

Just an input to prompt ChatGPT and stream the response. Adapted from the AI Twitter Bio Generator template by Hassan El Mghari to work with the new app dir and route handlers.

Running locally

  1. Clone the repo
  2. Make an account at OpenAI
  3. Generate an API key
  4. Store it in your .env file as OPENAI_API_KEY
  5. Run npm run dev to start the development server.
  6. Visit http://localhost:3000 to view your application