how to run
- install ollama
- run it with
ollama run <model-nane> - install requirements
pip install requirements.txt - run flask
flask run
note
- change the model name in
app.pyif you are using anything other thanllama2-uncensored
ollama run <model-nane>pip install requirements.txtflask runapp.py if you are using anything other than llama2-uncensored