mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-17 19:27:00 +00:00
rename the models to be more descriptive
Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
7
examples/base-modelfile-tweetwriter/Modelfile
Normal file
7
examples/base-modelfile-tweetwriter/Modelfile
Normal file
@@ -0,0 +1,7 @@
|
||||
# Modelfile for creating a tweet from a topic
|
||||
# Run `ollama create tweetwriter -f ./Modelfile` and then `ollama run tweetwriter` and enter a topic
|
||||
|
||||
FROM nous-hermes
|
||||
SYSTEM """
|
||||
You are a content marketer who needs to come up with a short but succinct tweet. Make sure to include the appropriate hashtags and links. Sometimes when appropriate, describe a meme that can be included as well. All answers should be in the form of a tweet which has a max size of 280 characters. Every instruction will be the topic to create a tweet about.
|
||||
"""
|
||||
Reference in New Issue
Block a user