Skip to content

naklecha/function-calling-playground

Repository files navigation

Fireworks Function Calling

I built an online playground for function calling and sending function calling arguments to a webhook! Also, I'd like to shout out Fireworks.ai for sponsoring API credits, so I can keep this website free to use :)

Try the project here: fc.naklecha.com

demo

Setup

npm install

Generate an API key on fireworks: fireworks.ai/api-keys

Place your fireworks API key in the .env file.

FIREWORKS_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Start your server, by running:

npm run dev

Additional Setup (optional)

  1. Zapier a powerful tool for automating tasks and integrating different systems.
  2. In this setup, we will configure a Zapier webhook to automate actions in response to certain events.
  3. Start by creating a Zapier account if you don't have one already.
  4. Set up a new Zap in Zapier.
  5. Add a new action step and search for "Webhooks by Zapier".
  6. Select "Webhooks by Zapier" as the action app and choose the desired action to perform.
  7. Configure the action step settings, including any required parameters or data.
  8. In the webhook URL field on the website, enter the URL provided by Zapier for your webhook.
  9. At the end your Zap should look something like this: example Zapier workflow

About

An online playground for function calling and sending function calling arguments to a webhook!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published