Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 260 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 260 Bytes

ChatBot_Langchain

Chatbot using Open Source Large Language Model and LangChain with API endpoints.

Open source LLM used : Llama 2 7B model (quantized gguf model downloaded from HuggingFace, implemented by The Bloke) Create API endpoint using: FastAPI