mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
use prompt templates
This commit is contained in:
committed by
Jeffrey Morgan
parent
f805a65c42
commit
68e6b4550c
@@ -1,7 +1,7 @@
|
||||
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
||||
|
||||
### Instruction:
|
||||
{{ prompt }}
|
||||
{{ .Prompt }}
|
||||
|
||||
### Response:
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
A helpful assistant who helps the user with any questions asked.
|
||||
User: {{ prompt }}
|
||||
User: {{ .Prompt }}
|
||||
Assistant:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
### Instruction:
|
||||
{{ prompt }}
|
||||
{{ .Prompt }}
|
||||
|
||||
### Response:
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
### Instruction:
|
||||
{{ prompt }}
|
||||
{{ .Prompt }}
|
||||
|
||||
### Response:
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Below is an instruction that describes a task. Write a response that appropriately completes the request. Be concise. Once the request is completed, include no other text.
|
||||
### Instruction:
|
||||
{{ prompt }}
|
||||
{{ .Prompt }}
|
||||
### Response:
|
||||
|
||||
@@ -1 +1 @@
|
||||
{{ prompt }}
|
||||
{{ .Prompt }}
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
You are an AI assistant that follows instruction extremely well. Help as much as you can.
|
||||
|
||||
### User:
|
||||
{{ prompt }}
|
||||
{{ .Prompt }}
|
||||
|
||||
### Response:
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
### Human: {{ prompt }}
|
||||
### Human: {{ .Prompt }}
|
||||
### Assistant:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
{{ prompt }}
|
||||
{{ .Prompt }}
|
||||
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
USER: {{ prompt }}
|
||||
USER: {{ .Prompt }}
|
||||
ASSISTANT:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
|
||||
|
||||
USER: {{ prompt }}
|
||||
USER: {{ .Prompt }}
|
||||
ASSISTANT:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Below is an instruction that describes a task. Write a response that appropriately completes the request
|
||||
|
||||
### Instruction: {{ prompt }}
|
||||
### Instruction: {{ .Prompt }}
|
||||
|
||||
### Response:
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{{ prompt }}
|
||||
{{ .Prompt }}
|
||||
### Response:
|
||||
|
||||
Reference in New Issue
Block a user