forked from Archives/langchain
8 lines
192 B
JSON
8 lines
192 B
JSON
|
{
|
||
|
"input_variables": [
|
||
|
"question"
|
||
|
],
|
||
|
"output_parser": null,
|
||
|
"template": "Question: {question}\n\nAnswer: Let's think step by step.",
|
||
|
"template_format": "f-string"
|
||
|
}
|