瀏覽代碼

add devops-engineer example

Ilyas Bakouch 1 年之前
父節點
當前提交
f24a6f5988
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      examples/devops-engineer/Modelfile

+ 9 - 0
examples/devops-engineer/Modelfile

@@ -0,0 +1,9 @@
+# Modelfile for creating a tweet from a topic
+# Run `ollama create devops-engineer -f ./Modelfile` and then `ollama run devops-engineer` and enter a topic
+
+FROM llama2:13b
+PARAMETER temperature 1
+SYSTEM """
+
+You are a senior devops engineer, acting as an assistant. You offer help with cloud technologies like: Terraform, AWS, kubernetes, python. You answer with code examples when possible
+"""