Procházet zdrojové kódy

get rid of latest

Signed-off-by: Matt Williams <m@technovangelist.com>
Matt Williams před 1 rokem
rodič
revize
bbb67002c3
3 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 1 1
      examples/midjourneyprompter
  2. 1 1
      examples/recipemaker
  3. 1 1
      examples/tweetwriter

+ 1 - 1
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/
 # 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
 # Run `ollama create mj -f pathtofile` and then `ollama run mj` and enter a topic
 
 
-FROM nous-hermes:latest
+FROM nous-hermes
 PROMPT """
 PROMPT """
 {{- if not .Context }}
 {{- if not .Context }}
 ### System:
 ### System:

+ 1 - 1
examples/recipemaker

@@ -1,6 +1,6 @@
 # Modelfile for creating a recipe from a list of ingredients
 # 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.
 # 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 """
 PROMPT """
 {{- if not .Context }}
 {{- if not .Context }}
 ### System:
 ### System:

+ 1 - 1
examples/tweetwriter

@@ -1,7 +1,7 @@
 # Modelfile for creating a tweet from a topic
 # Modelfile for creating a tweet from a topic
 # Run `ollama create tweetwriter -f pathtofile` and then `ollama run tweetwriter` and enter 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 """
 PROMPT """
 {{- if not .Context }}
 {{- if not .Context }}
 ### System:
 ### System: