use prompt templates

This commit is contained in:
Michael Yang
2023-07-06 10:40:11 -07:00
committed by Jeffrey Morgan
parent f805a65c42
commit 68e6b4550c
17 changed files with 110 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
{{ prompt }}
{{ .Prompt }}
### Response:

View File

@@ -1,3 +1,3 @@
A helpful assistant who helps the user with any questions asked.
User: {{ prompt }}
User: {{ .Prompt }}
Assistant:

View File

@@ -1,5 +1,5 @@
### Instruction:
{{ prompt }}
{{ .Prompt }}
### Response:

View File

@@ -1,5 +1,5 @@
### Instruction:
{{ prompt }}
{{ .Prompt }}
### Response:

View File

@@ -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:

View File

@@ -1 +1 @@
{{ prompt }}
{{ .Prompt }}

View File

@@ -2,6 +2,6 @@
You are an AI assistant that follows instruction extremely well. Help as much as you can.
### User:
{{ prompt }}
{{ .Prompt }}
### Response:

View File

@@ -1,2 +1,2 @@
### Human: {{ prompt }}
### Human: {{ .Prompt }}
### Assistant:

View File

@@ -1,4 +1,4 @@
{{ prompt }}
{{ .Prompt }}

View File

@@ -1,2 +1,2 @@
USER: {{ prompt }}
USER: {{ .Prompt }}
ASSISTANT:

View File

@@ -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:

View File

@@ -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:

View File

@@ -1,2 +1,2 @@
{{ prompt }}
{{ .Prompt }}
### Response: