Zack Saadioui
8/26/2024
1
2
bash
curl -fsSL https://ollama.com/install.sh | sh
1
2
bash
ollama pull llama3.1
1
2
bash
ollama run llama3.1
1
2
3
plaintext
>>> What is the capital of France?
>>> The capital of France is Paris.
1
ollama run
1
2
3
4
plaintext
/set system reply in plain English avoiding technical jargon
/save my_custom_model
/bye
1
2
bash
ollama run my_custom_model
1
2
bash
pip install ollama
Copyright © Arsturn 2024