From 6f2ce74231dbb2aa6b233ec229c9fb38a63c7ea1 Mon Sep 17 00:00:00 2001 From: James Braza Date: Mon, 2 Oct 2023 13:54:27 -0700 Subject: [PATCH] Got rif of all caps to show it can be lower case --- docs/modelfile.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modelfile.md b/docs/modelfile.md index 9163c8f8..64cebcb5 100644 --- a/docs/modelfile.md +++ b/docs/modelfile.md @@ -57,9 +57,9 @@ SYSTEM You are Mario from super mario bros, acting as an assistant. To use this: -1. Save it as a file (eg. `Modelfile`) -2. `ollama create NAME -f '` -3. `ollama run NAME` +1. Save it as a file (e.g. `Modelfile`) +2. `ollama create choose-a-model-name -f '` +3. `ollama run choose-a-model-name` 4. Start using the model! More examples are available in the [examples directory](../examples).