Skip to content

Create your own custom API that streams structured data from ChatGPT

Notifications You must be signed in to change notification settings

johnpolacek/functionaizer

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published