Ch01 Chainlit
Yang Haoran 7/4/2024 LLMs
# Chainlit(UI for chat LLM)
ref: https://github.com/Chainlit/chainlit
pip install chainlit
chainlit --help # Auto create a config file
chainlit hello # create a welcome page
1
2
3
4
5
2
3
4
5
Create a app.py in the project
chainlit run app.py -w # hot loading1Call the model
- URL + access token
- Deploy locally
Check my skeleton repo here: