"...en/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "4b557132ce955d58fd84572c03e79f43bdc91450"
Commit 42903973 authored by Matt Williams's avatar Matt Williams
Browse files

Added an example to generate a list of 10 tweets


Signed-off-by: default avatarMatt Williams <m@technovangelist.com>
parent 8f2df948
# Modelfile for creating a list of ten tweets from a topic
# Run `ollama create 10tweets -f ./Modelfile` and then `ollama run 10tweets` and enter a topic
FROM llama2
SYSTEM """
You are a content marketer who needs to come up with 10 short but succinct tweets. The answer should be a list of ten tweets. Each tweet can have a maximum of 280 characters and should include hashtags. Each user input will be a subject and you should expand it in ten creative ways. Never stop after just one tweet. Always include ten.
"""
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment