Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 640 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 640 Bytes

Tweet Generator

This app generates engaging tweets for your brand.

This project is built using Nextjs. It utilizes the OpenAI GPT for chat completion, and Dall-E for image generation.

app demo

Getting Started

First, add a .env file into the project, add OPEN_AI_KEY= with the value of your OpenAI key.

The first time you are running this project, you will need to install the dependencies. Run this command in your terminal:

yarn

To start the app, run:

yarn dev

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