Chat with 121 user manual. You can try it out at 121cashy.streamlit.app.
Synopsis: a dockerized python API to serve a chatbot for 121. Based on langchain and OpenAI models. Uses Poetry for dependency management.
See the docs.
cp example.env .envEdit the provided ENV-variables accordingly.
First initialize the API
pip install poetry
poetry install
uvicorn main:app --reloadThen initialize the interface
streamlit run interface/app.pydocker compose up --detach