Skip to content

A Jupyter python notebook to Execute Zapier Tasks with GPT completion via Langchain

Notifications You must be signed in to change notification settings

starmorph/zapier-langchain-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dependencies

pip install pip install jupyterlab
pip install langchain
pip install openai
pip install python-dotenv

Requirements

  • OpenAI APIkey
  • Zapier Natural Language API Key
  • Zapier NLA Project ID (create a demo task in their UI according to website instructions listed below in resources)

RUN

  1. clone repo
  2. cd into zapier-langchain/quickstart
  3. add .env file with your OpenAI and Zapier API keys
  4. run jupyter-lab in terminal
  5. Setup your Zapier NLA project in the Zapier NLA UI
  6. Edit the agent.task and run all cells in ZapierLangchain.ipynb

Resources

About

A Jupyter python notebook to Execute Zapier Tasks with GPT completion via Langchain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published