This repo contains the completed code for the YouTube tutorial video:
Run the command below to clone the starter project.
git clone --single-branch --branch starter_project https://github.com/DevTechBytes/Ollama-Langchain-Chatbot.git
- Ability to select different Ollama models to be used by the chatbot
- Streaming output when responding to users like ChatGPT
ollama serve
ollama run <model_name>
ollama run llama2-uncensored
ollama pull <model_name>
ollama pull llama2-uncensored
ollama list
ollama rm <model_name>
ollama rm llama2-uncensored