A locally hosted Ai chatbot using ollama module of python -->Download ollama from the web and use cmd to check if its installed --->download the preferred llm ,I used nural_chat (remember the llm is dependant on your system specs) --->It starts with crearting a virtual environment in your preferred IDE(-m.venv command) --->Using pip module install langchain,ollama module which is crucial for chaining the prompt used in this script --->start the scripting process(use the main.py) --->Use the Ai chatbot --->If you have trouble setting up the virtual environment,pls refer to stack overflow or youtube
Uses --->For the website that i am working for i can integrate this LOcal Ai bot into the website