Skip to content

Use Ollama and Streamlit Python libraries to create a private (local) GPT like chat

License

Notifications You must be signed in to change notification settings

zemskymax/private_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

private_chat

Use Ollama and Streamlit Python libraries to create a private (local) GPT like chat.

Installation

pip install ollama ** Test ** ollama -v

pip install streamlit ** Test ** streamlit hello

Important

It is required to download the correct LLM via the Ollama before using it. In this example we use the Llama3 model, to download it use the following command: ollama pull llama3

Usage

streamlit run main.py

About

Use Ollama and Streamlit Python libraries to create a private (local) GPT like chat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages