You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
Creating a Chatbot using Open Source Large Language Model and LangChain with API endpoints