"git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "732ff5093ea115ae63b7f296d0d6a0168f47961c"
Commit f1b08ef4 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

set temperature on `README.md` example

parent 31f0cb77
...@@ -62,6 +62,11 @@ Create a `Modelfile`: ...@@ -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.
""" """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment