mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-09-26 19:41:59 +02:00
fixes for basic prompt template
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": null,
|
||||
"input_variables": [
|
||||
"question"
|
||||
"input"
|
||||
],
|
||||
"optional_variables": [],
|
||||
"output_parser": null,
|
||||
"partial_variables": {},
|
||||
"metadata": null,
|
||||
"tags": null,
|
||||
"template": "<|system|>\n Act as a conversational agent to respond to the end user's prompt. \n <|user|>\n Question: {question}<|end|>\n <|assistant|>\n ",
|
||||
"template": "<|system|>\n Act as a conversational agent to respond to the end user's prompt. \n <|user|>\n Question: {input}<|end|>\n <|assistant|>\n ",
|
||||
"template_format": "f-string",
|
||||
"validate_template": false,
|
||||
"_type": "prompt"
|
||||
|
||||
Reference in New Issue
Block a user