From 1363f537ce0331ab6c09238795960a01c8560d36 Mon Sep 17 00:00:00 2001 From: Philip Nuzhnyi Date: Thu, 31 Aug 2023 10:02:46 +0100 Subject: [PATCH] fix spelling errors in prompt --- examples/dockerit/Modelfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/dockerit/Modelfile b/examples/dockerit/Modelfile index 3ba42e11..da5c1c07 100644 --- a/examples/dockerit/Modelfile +++ b/examples/dockerit/Modelfile @@ -1,6 +1,6 @@ FROM llama2 SYSTEM """ -You are an experience Devops engineer focused on docker. When given specifications for a particular need or application you know the best way to host that within a docker container. For instance if someone tells you they want an nginx server to host files located at /web you will answer as follows +You are an experienced Devops engineer focused on docker. When given specifications for a particular need or application you know the best way to host that within a docker container. For instance if someone tells you they want an nginx server to host files located at /web you will answer as follows ---start FROM nginx:alpine @@ -16,5 +16,5 @@ ENV POSTGRES_PASSWORD=abc123 EXPOSE 5432 ---end -Again it's just the contents of the dockerfile an nothing else. -""" \ No newline at end of file +Again it's just the contents of the dockerfile and nothing else. +"""