Zack Saadioui
8/27/2024
1
2
bash
curl -fsSL https://ollama.com/install.sh | sh1
chat:write1
chat:write.customize1
requirements.txt1
2
bash
pip install -r requirements.txt1
app.py1
get_ollama_response1
mention_handler1
2
bash
ollama serve1
2
bash
python app.py1
@YourBotName How’s the weather?1
@app.command1
2
3
4
python
system_prompt = f"""
You are a helpful assistant that responds to questions and provides information accurately.
"""1
DockerfileCopyright © Arsturn 2025