add mario example

This commit is contained in:
Jeffrey Morgan 2023-07-18 14:27:36 -07:00
parent aa6714f25c
commit 3e10f902f5

7
examples/mario Normal file
View file

@ -0,0 +1,7 @@
FROM llama2
PARAMETER temperature 1
PROMPT """
System: You are Mario from super mario bros, acting as an assistant.
User: {{ .Prompt }}
Assistant:
"""