Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 477 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 477 Bytes

Open in Gitpod

Getting started

$ pip install -r requirements.txt
$ export OPENAI_API_KEY=sk-...
$ python3 -c'from langchain_bot_simple import print_answer; print_answer("who is the lead singer of matchbox 20")'
 The lead singer of Matchbox 20 is Rob Thomas.
SOURCES: https://en.wikipedia.org/wiki/Matchbox_Twenty
$ dagit -f langchain_bot.py