Use Ollama and Streamlit Python libraries to create a private (local) GPT like chat.
pip install ollama ** Test ** ollama -v
pip install streamlit ** Test ** streamlit hello
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
streamlit run main.py