Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
bbb67002
Commit
bbb67002
authored
Jul 19, 2023
by
Matt Williams
Browse files
get rid of latest
Signed-off-by:
Matt Williams
<
m@technovangelist.com
>
parent
7a62b2d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
examples/midjourneyprompter
examples/midjourneyprompter
+1
-1
examples/recipemaker
examples/recipemaker
+1
-1
examples/tweetwriter
examples/tweetwriter
+1
-1
No files found.
examples/midjourneyprompter
View file @
bbb67002
...
@@ -2,7 +2,7 @@
...
@@ -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:
...
...
examples/recipemaker
View file @
bbb67002
# 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:
...
...
examples/tweetwriter
View file @
bbb67002
# 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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment