Zack Saadioui
8/27/2024
1
2
bash
ollama pull llama2
1
2
bash
ollama run llama2
1
2
3
4
5
bash
mkdir my_chatbot
cd my_chatbot
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate
1
2
bash
pip install twilio flask requests
1
app.py
1
2
bash
python app.py
1
2
bash
ngrok http 5000
1
/sms
Copyright © Arsturn 2024