conda create -n chat python=3.11
pip install openai pip install streamlit
(Ollama only works on Mac for Linux right now. For Windows you could use LMStudio) https://ollama.com/
ollama pull mistral
This command will run mistral at http://localhost:11434/v1
ollama run mistral
Build Streamlit python file. We'll call it app.py.
streamlit run app.py