johnpolacek / functionaizer

Create your own custom API that streams structured data from ChatGPT

Home Page:https://functionaizer.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Functionaizer Locally

After downloading the project files, install the dependencies.

You will need to create a .env.local file at the top-level of your project and with your Open AI Key included as an environment variable in this format:

OPENAI_API_KEY=sk-youropenaikey

Then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

About

Create your own custom API that streams structured data from ChatGPT

https://functionaizer.vercel.app


Languages

Language:TypeScript 97.9%Language:CSS 1.7%Language:JavaScript 0.4%