/langchain-playground

Primary LanguagePythonCreative Commons Attribution 4.0 InternationalCC-BY-4.0

langchain-playground

setup

$ python -V
Python 3.10.4
$ python -m venv env
$ source env/bin/activate
$ pip install -r config/requirements.txt

fact_checker.py

usage

streamlit run fact_checker.py

Then visit:

http://localhost:8501