feat: support prompt templates
This commit is contained in:
parent
7c405e2e0d
commit
5ecd7c81ac
9 changed files with 156 additions and 29 deletions
10
prompt_templates/qwen.txt
Normal file
10
prompt_templates/qwen.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
<|im_start|>system
|
||||
{{system}}
|
||||
<|im_end|>
|
||||
<|im_start|>user
|
||||
Email:
|
||||
{{email}}
|
||||
|
||||
Criterion ({{operator}}): {{query}}
|
||||
<|im_end|>
|
||||
<|im_start|>assistant
|
Loading…
Add table
Add a link
Reference in a new issue