Kaynağa Gözat

add `mario` example

Jeffrey Morgan 1 yıl önce
ebeveyn
işleme
3e10f902f5
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  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:
+"""