mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-16 03:37:51 +01:00
initial commit
This commit is contained in:
2
templates/llm-prompt/Airoboros.jinja2
Normal file
2
templates/llm-prompt/Airoboros.jinja2
Normal file
@@ -0,0 +1,2 @@
|
||||
SYSTEM: {{ system_message }}
|
||||
USER: {{ set_response(prompt, "\nASSISTANT:") }}
|
||||
4
templates/llm-prompt/Genz.jinja2
Normal file
4
templates/llm-prompt/Genz.jinja2
Normal file
@@ -0,0 +1,4 @@
|
||||
### User:
|
||||
{{ system_message }}
|
||||
|
||||
{{ set_response(prompt, "\n\n### Asisstant:\n") }}
|
||||
5
templates/llm-prompt/Mythalion.jinja2
Normal file
5
templates/llm-prompt/Mythalion.jinja2
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ system_message }}
|
||||
|
||||
### Instruction:
|
||||
|
||||
{{ set_response(prompt, "\n\n### Response:\n") }}
|
||||
5
templates/llm-prompt/Mythomax.jinja2
Normal file
5
templates/llm-prompt/Mythomax.jinja2
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ system_message }}
|
||||
|
||||
### Instruction:
|
||||
|
||||
{{ set_response(prompt, "\n\n### Response:\n") }}
|
||||
4
templates/llm-prompt/Nous-Hermes-Llama2.jinja2
Normal file
4
templates/llm-prompt/Nous-Hermes-Llama2.jinja2
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ system_message }}
|
||||
|
||||
### Instruction:
|
||||
{{ set_response(prompt, "\n\n### Response:\n") }}
|
||||
2
templates/llm-prompt/Samantha-1.11-CodeLlama-34B.jinja2
Normal file
2
templates/llm-prompt/Samantha-1.11-CodeLlama-34B.jinja2
Normal file
@@ -0,0 +1,2 @@
|
||||
SYSTEM: {{ system_message }}
|
||||
USER: {{ set_response(prompt, "\nASSISTANT: ") }}
|
||||
5
templates/llm-prompt/StableBeluga.jinja2
Normal file
5
templates/llm-prompt/StableBeluga.jinja2
Normal file
@@ -0,0 +1,5 @@
|
||||
### System:
|
||||
{{ system_message }}
|
||||
|
||||
### Instruction:
|
||||
{{ set_response(prompt, "\n\n### Assistant:\n") }}
|
||||
4
templates/llm-prompt/Unholy-v1.jinja2
Normal file
4
templates/llm-prompt/Unholy-v1.jinja2
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ system_message }}
|
||||
|
||||
### Instruction:
|
||||
{{ set_response(prompt, "\n\n### Response:\n") }}
|
||||
2
templates/llm-prompt/Vicuna.jinja2
Normal file
2
templates/llm-prompt/Vicuna.jinja2
Normal file
@@ -0,0 +1,2 @@
|
||||
SYSTEM: {{ system_message }}
|
||||
USER: {{ set_response(prompt, "\nASSISTANT:") }}
|
||||
2
templates/llm-prompt/WizardLM.jinja2
Normal file
2
templates/llm-prompt/WizardLM.jinja2
Normal file
@@ -0,0 +1,2 @@
|
||||
SYSTEM: {{ system_message }}
|
||||
USER: {{ set_response(prompt, "\nASSISTANT:") }}
|
||||
2
templates/llm-prompt/default.jinja2
Normal file
2
templates/llm-prompt/default.jinja2
Normal file
@@ -0,0 +1,2 @@
|
||||
SYSTEM: {{ system_message }}
|
||||
USER: {{ set_response(prompt, "\nASSISTANT:") }}
|
||||
Reference in New Issue
Block a user