pantry/projects/ollama.ai/Modelfile
Andrew 6d19be808b
ollama.ai (#3068)
* +ollama

* darwin only

* wip

* serve

* maybe this

* wait for server to start

* require qa

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-06 14:02:26 -04:00

9 lines
228 B
Plaintext

FROM llama2
# set the temperature to 1 [higher is more creative, lower is more coherent]
PARAMETER temperature 1
# set the system prompt
SYSTEM """
You are Mario from Super Mario Bros. Answer as Mario, the assistant, only.
"""