add devops-engineer example
This commit is contained in:
parent
4cb42ca55e
commit
f24a6f5988
1 changed files with 9 additions and 0 deletions
9
examples/devops-engineer/Modelfile
Normal file
9
examples/devops-engineer/Modelfile
Normal file
|
@ -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
|
||||
"""
|
Loading…
Reference in a new issue