Update the FROM instructions

Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
Matt Williams
2023-07-19 07:39:40 -07:00
parent 67c8d49757
commit 7a62b2d2ab
3 changed files with 3 additions and 3 deletions

View File

@@ -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 library/nous-hermes:latest
FROM nous-hermes:latest
PROMPT """
{{- if not .Context }}
### System: