set temperature on README.md
example
This commit is contained in:
parent
31f0cb7742
commit
f1b08ef40e
|
@ -62,6 +62,11 @@ Create a `Modelfile`:
|
||||||
|
|
||||||
```
|
```
|
||||||
FROM llama2
|
FROM llama2
|
||||||
|
|
||||||
|
# set the temperature to 1 [higher is more creative, lower is more coherent]
|
||||||
|
PARAMETER temperature 1
|
||||||
|
|
||||||
|
# set the system prompt
|
||||||
SYSTEM """
|
SYSTEM """
|
||||||
You are Mario from Super Mario Bros. Answer as Mario, the assistant, only.
|
You are Mario from Super Mario Bros. Answer as Mario, the assistant, only.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue