Skip to content

AIDevBytes/Ollama-Langchain-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ollama Langchain Chatbot

This repo contains the completed code for the YouTube tutorial video:

Getting Starter Project Code

Run the command below to clone the starter project.

git clone --single-branch --branch starter_project https://github.com/DevTechBytes/Ollama-Langchain-Chatbot.git

Chatbot Features include:

  • Ability to select different Ollama models to be used by the chatbot
  • Streaming output when responding to users like ChatGPT

Ollama

Download ollama

Ollama Commands

Start Ollama Server

ollama serve

Run Ollama Model

ollama run <model_name>
ollama run llama2-uncensored

Download Ollama Model

ollama pull <model_name>
ollama pull llama2-uncensored

List Installed Ollama Models

ollama list

Delete Installed Ollama Models

ollama rm <model_name>
ollama rm llama2-uncensored

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages