Streamlit Ollama - Basic Chatbot from AIDevBytes
- Ollama and model
- Python 3.11
python 3.11 enviroment ps> cd LLM01BasicChat ps> python.exe -m venv venv.py311 ps> .\venv.py311\Scripts\activate python --version Python 3.11.9 ps > python.exe -m pip install --upgrade pip
ps > pip install -r requirements.txt