forked from Archives/langchain
705431aecc
Co-authored-by: Ankush Gola <ankush.gola@gmail.com>
13 lines
365 B
JSON
13 lines
365 B
JSON
{
|
|
"_type": "few_shot",
|
|
"input_variables": ["adjective"],
|
|
"prefix": "Write antonyms for the following words.",
|
|
"example_prompt": {
|
|
"_type": "prompt",
|
|
"input_variables": ["input", "output"],
|
|
"template": "Input: {input}\nOutput: {output}"
|
|
},
|
|
"examples": "examples.json",
|
|
"suffix": "Input: {adjective}\nOutput:"
|
|
}
|