Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.8 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.8 KB

Real Estate AI - House Description Generator 🏠 🤖

This project generates a description of an house using OpenAI GPT-3 API (text-davinci-003) and Vercel Edge functions with streaming. It constructs a prompt based on the form and user input, sends it to the GPT-3 API via a Vercel Edge function, then streams the response back to the application.

Tech Stack 🛠

Architecture 🏗

If you want to see the implementation without streaming, check this commit.

Running locally 🏃‍♂️

Make sure that you have a .env file with your OpenAI API key (OPENAI_API_KEY)

yarn dev

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