Simple Chat UI using Falcon model, LangChain and Chainlit
LLM "tiiuae/falcon-7b-instruct" are used for this case, but you can try out with the differernt models which are available in the HuggingFace Leader board (Use chatbot based models only)
- Falcon as Large Language model
- LangChain as a Framework for LLM
- Falcon model from Huggingface Website
- Chainlit for deploying.
Overview of Chat bot using LLM
Chat History are available in left side of the chat whindow (Upright arrow mark)
1.Chainlit API shall be updated as this project was developed during beta version.
2.It is not meant to be used in production as it's not production ready. You can modify the code and use for your usecases.