Zack Saadioui
8/27/2024
1
2
bash
ollama pull llama21
2
bash
ollama run llama21
2
3
4
5
bash
mkdir my_chatbot
cd my_chatbot
python -m venv venv
source venv/bin/activate  # On Windows use: venv\Scripts\activate1
2
bash
pip install twilio flask requests1
app.py1
2
bash
python app.py1
2
bash
ngrok http 50001
/smsCopyright © Arsturn 2025