shivpalSW / chainlit-app-llm

chainlit-app-llm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Chainlit for any bot creation

CHAINLIT DOCUMENTATION LINK:- https://docs.chainlit.io/get-started/overview

pip install chainlit
Commands to Use:

    1  git init
    2  conda create -p env python=3.8 
    3  source activate base
    4  clear
    5  bash init_setup.sh
    6  source activate ./venv
    7  clear
    8  pip list
    9  clear
   10  touch .gitignore
   11  history

To run chainlit app

chainlit hello
chainlit run app.py -w

Chainlit UI

alt text

alt text

About

chainlit-app-llm

License:MIT License


Languages

Language:Python 89.4%Language:Shell 10.6%