Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1017 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 1017 Bytes

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