소스 검색

set temperature on `README.md` example

Jeffrey Morgan 1 년 전
부모
커밋
f1b08ef40e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      README.md

+ 5 - 0
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.
 """