mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-05-28 03:10:28 -04:00
16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"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
|
|
} |