From f1b08ef40ed12cd4289feb1dbc6deff6c6d57d72 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Thu, 20 Jul 2023 08:17:09 -0700 Subject: [PATCH] set temperature on `README.md` example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 800be1fd..b783d5c3 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,11 @@ Create a `Modelfile`: ``` 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. """