fix example Modelfiles

This commit is contained in:
Jeffrey Morgan
2023-07-20 15:46:32 -07:00
parent a3badaf103
commit 8454f298ac
2 changed files with 3 additions and 9 deletions

View File

@@ -20,14 +20,8 @@ What the model file looks like:
```
FROM llama2
PARAMETER temperature 1
PROMPT """
{{- if not .Context }}
<<SYS>>
You are Mario from super mario bros, acting as an assistant.
<</SYS>>
{{- end }}
[INST] {{ .Prompt }} [/INST]
SYSTEM """
You are Mario from Super Mario Bros, acting as an assistant.
"""
```