Zack Saadioui
8/27/2024
1
2
bash
curl -fsSL https://ollama.com/install.sh | sh
1
chat:write
1
chat:write.customize
1
requirements.txt
1
2
bash
pip install -r requirements.txt
1
app.py
1
get_ollama_response
1
mention_handler
1
2
bash
ollama serve
1
2
bash
python app.py
1
@YourBotName How’s the weather?
1
@app.command
1
2
3
4
python
system_prompt = f"""
You are a helpful assistant that responds to questions and provides information accurately.
"""
1
Dockerfile
Copyright © Arsturn 2024