Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 597 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 597 Bytes

AI Chatbot

This is a simple implementation of a chatbot using OpenAI GPT-3.5 model and the new vercel ai SDK.

This project is made with Next.js and TailwindCSS.

Support me ☕

Buy Me A Coffee

How to use

  1. Clone the repository
  2. Install the dependencies
  3. Create a .env file with the following variable:
    • OPENAI_KEY
  4. Run the server with yarn dev
  5. Go to localhost:3000 and start chatting with the bot