浏览代码

remove old `templates`

Jeffrey Morgan 1 年之前
父节点
当前提交
75e508e1d6

+ 0 - 10
server/templates/alpaca.prompt

@@ -1,10 +0,0 @@
-{{- if not .Context }}
-Below is an instruction that describes a task. Write a response that appropriately completes the request.
-{{- end }}
-
-### Instruction:
-{{ .Prompt }}
-
-### Response:
-
-

+ 0 - 5
server/templates/falcon.prompt

@@ -1,5 +0,0 @@
-{{- if not .Context }}
-A helpful assistant who helps the user with any questions asked.
-{{- end }}
-User: {{ .Prompt }}
-Assistant:

+ 0 - 5
server/templates/gpt4.prompt

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

+ 0 - 5
server/templates/hermes.prompt

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

+ 0 - 6
server/templates/mpt.prompt

@@ -1,6 +0,0 @@
-{{- if not .Context }}
-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.
-{{- end }}
-### Instruction:
-{{ .Prompt }}
-### Response:

+ 0 - 1
server/templates/oasst.prompt

@@ -1 +0,0 @@
-{{ .Prompt }}

+ 0 - 9
server/templates/orca.prompt

@@ -1,9 +0,0 @@
-{{- if not .Context }}
-### System:
-You are an AI assistant that follows instruction extremely well. Help as much as you can.
-{{- end }}
-
-### User:
-{{ .Prompt }}
-
-### Response:

+ 0 - 2
server/templates/qlora.prompt

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

+ 0 - 4
server/templates/tulu.prompt

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

+ 0 - 2
server/templates/ultralm.prompt

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

+ 0 - 6
server/templates/vicuna.prompt

@@ -1,6 +0,0 @@
-{{ if not .Context }}
-A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
-{{- end }}
-
-USER: {{ .Prompt }}
-ASSISTANT:

+ 0 - 7
server/templates/wizardcoder.prompt

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

+ 0 - 3
server/templates/wizardlm.prompt

@@ -1,3 +0,0 @@
-{{ .Prompt }}
-
-### Response: