Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 899 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 899 Bytes

This project generates OceanBase SQL for you using AI.

How it works

This project uses the ChatGPT API and Vercel Edge functions with streaming.

Running Locally

After cloning the repo, go to OpenAI to create an account and put your API key in a file called .env.

Then, run the application in the command line and it will be available at http://localhost:3000.

npm run dev

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel