starmorph / zapier-langchain-quickstart

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 100.0%