diff --git a/server/templates/alpaca.prompt b/server/templates/alpaca.prompt deleted file mode 100644 index fa480ce1..00000000 --- a/server/templates/alpaca.prompt +++ /dev/null @@ -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: - - diff --git a/server/templates/falcon.prompt b/server/templates/falcon.prompt deleted file mode 100644 index f1267c5d..00000000 --- a/server/templates/falcon.prompt +++ /dev/null @@ -1,5 +0,0 @@ -{{- if not .Context }} -A helpful assistant who helps the user with any questions asked. -{{- end }} -User: {{ .Prompt }} -Assistant: diff --git a/server/templates/gpt4.prompt b/server/templates/gpt4.prompt deleted file mode 100644 index 0bf3e5f4..00000000 --- a/server/templates/gpt4.prompt +++ /dev/null @@ -1,5 +0,0 @@ -### Instruction: -{{ .Prompt }} - -### Response: - diff --git a/server/templates/hermes.prompt b/server/templates/hermes.prompt deleted file mode 100644 index 0bf3e5f4..00000000 --- a/server/templates/hermes.prompt +++ /dev/null @@ -1,5 +0,0 @@ -### Instruction: -{{ .Prompt }} - -### Response: - diff --git a/server/templates/mpt.prompt b/server/templates/mpt.prompt deleted file mode 100644 index 1ee5b8e9..00000000 --- a/server/templates/mpt.prompt +++ /dev/null @@ -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: diff --git a/server/templates/oasst.prompt b/server/templates/oasst.prompt deleted file mode 100644 index ed37be46..00000000 --- a/server/templates/oasst.prompt +++ /dev/null @@ -1 +0,0 @@ -{{ .Prompt }} diff --git a/server/templates/orca.prompt b/server/templates/orca.prompt deleted file mode 100644 index 94bef0c2..00000000 --- a/server/templates/orca.prompt +++ /dev/null @@ -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: diff --git a/server/templates/qlora.prompt b/server/templates/qlora.prompt deleted file mode 100644 index 3f47bd55..00000000 --- a/server/templates/qlora.prompt +++ /dev/null @@ -1,2 +0,0 @@ -### Human: {{ .Prompt }} -### Assistant: diff --git a/server/templates/tulu.prompt b/server/templates/tulu.prompt deleted file mode 100644 index 1c4d9c82..00000000 --- a/server/templates/tulu.prompt +++ /dev/null @@ -1,4 +0,0 @@ - -{{ .Prompt }} - - diff --git a/server/templates/ultralm.prompt b/server/templates/ultralm.prompt deleted file mode 100644 index 2b692517..00000000 --- a/server/templates/ultralm.prompt +++ /dev/null @@ -1,2 +0,0 @@ -USER: {{ .Prompt }} -ASSISTANT: diff --git a/server/templates/vicuna.prompt b/server/templates/vicuna.prompt deleted file mode 100644 index 8fa04629..00000000 --- a/server/templates/vicuna.prompt +++ /dev/null @@ -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: diff --git a/server/templates/wizardcoder.prompt b/server/templates/wizardcoder.prompt deleted file mode 100644 index 500a2208..00000000 --- a/server/templates/wizardcoder.prompt +++ /dev/null @@ -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: diff --git a/server/templates/wizardlm.prompt b/server/templates/wizardlm.prompt deleted file mode 100644 index 833c6b66..00000000 --- a/server/templates/wizardlm.prompt +++ /dev/null @@ -1,3 +0,0 @@ -{{ .Prompt }} - -### Response: