Add examples of customs request

This commit is contained in:
Petr Mironychev
2024-09-08 02:25:21 +02:00
parent 24ad5fd015
commit 15af137728
6 changed files with 36 additions and 47 deletions

View File

@ -0,0 +1,16 @@
{
"max_tokens": 150,
"messages": [
{
"content": "{{QODE_INSTRUCTIONS}}\n### Instruction:{{QODE_PREFIX}}{{QODE_SUFFIX}} ### Response:\n",
"role": "user"
}
],
"stop": [
"### Instruction:",
"### Response:",
"\n\n### "
],
"stream": true,
"temperature": 0.2
}