update to nous-hermes modelfile
it will now accept a system prompt from a model that uses nous-hermes. also updated the midjourney-prompter to use a better name. Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
parent
e3fb1fd3f1
commit
42bdcee473
@ -1,6 +1,6 @@
|
|||||||
# Modelfile for creating a Midjourney prompts from a topic
|
# Modelfile for creating a Midjourney prompts from a topic
|
||||||
# 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 ./Modelfile` and then `ollama run mj` and enter a topic
|
# Run `ollama create midjourney-prompter -f ./Modelfile` and then `ollama run midjourney-prompter` and enter a topic
|
||||||
|
|
||||||
FROM nous-hermes
|
FROM nous-hermes
|
||||||
SYSTEM """
|
SYSTEM """
|
||||||
|
@ -1,7 +1,12 @@
|
|||||||
FROM ../models/nous-hermes-13b.ggmlv3.q4_0.bin
|
FROM ../models/nous-hermes-13b.ggmlv3.q4_0.bin
|
||||||
TEMPLATE """
|
TEMPLATE """
|
||||||
|
{{- if .First }}
|
||||||
### Instruction:
|
### Instruction:
|
||||||
|
{{ .System }}
|
||||||
|
{{- end }}
|
||||||
|
### Input:
|
||||||
{{ .Prompt }}
|
{{ .Prompt }}
|
||||||
|
|
||||||
### Response:
|
### Response:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
SYSTEM """You are an AI assistant that follows instruction extremely well. Help as much as you can."""
|
Loading…
x
Reference in New Issue
Block a user