diff --git a/examples/midjourneyprompter b/examples/midjourneyprompter index b86d98d0..12edf41e 100644 --- a/examples/midjourneyprompter +++ b/examples/midjourneyprompter @@ -2,7 +2,7 @@ # This prompt was adapted from the original at https://www.greataiprompts.com/guide/midjourney/best-chatgpt-prompt-for-midjourney/ # Run `ollama create mj -f pathtofile` and then `ollama run mj` and enter a topic -FROM nous-hermes:latest +FROM nous-hermes PROMPT """ {{- if not .Context }} ### System: diff --git a/examples/recipemaker b/examples/recipemaker index f4ae1753..cc7d5cd7 100644 --- a/examples/recipemaker +++ b/examples/recipemaker @@ -1,6 +1,6 @@ # Modelfile for creating a recipe from a list of ingredients # Run `ollama create recipemaker -f pathtofile` and then `ollama run recipemaker` and feed it lists of ingredients to create recipes around. -FROM nous-hermes:latest +FROM nous-hermes PROMPT """ {{- if not .Context }} ### System: diff --git a/examples/tweetwriter b/examples/tweetwriter index 7b1d6b8c..b5fce6f9 100644 --- a/examples/tweetwriter +++ b/examples/tweetwriter @@ -1,7 +1,7 @@ # Modelfile for creating a tweet from a topic # Run `ollama create tweetwriter -f pathtofile` and then `ollama run tweetwriter` and enter a topic -FROM nous-hermes:latest +FROM nous-hermes PROMPT """ {{- if not .Context }} ### System: