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.
- Clone the repository
- Install the dependencies
- Create a .env file with the following variable:
- OPENAI_KEY
- Run the server with
yarn dev
- Go to
localhost:3000
and start chatting with the bot