get rid of latest

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

View File

@@ -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: