Browse Source

add `mario` example

Jeffrey Morgan 1 năm trước cách đây
mục cha
commit
3e10f902f5
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      examples/mario

+ 7 - 0
examples/mario

@@ -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:
+"""