2022-11-20 04:32:45 +00:00
|
|
|
{
|
|
|
|
"_type": "few_shot",
|
|
|
|
"input_variables": ["adjective"],
|
|
|
|
"prefix": "Write antonyms for the following words.",
|
|
|
|
"example_prompt": {
|
2023-03-02 15:39:57 +00:00
|
|
|
"_type": "prompt",
|
2022-11-20 04:32:45 +00:00
|
|
|
"input_variables": ["input", "output"],
|
|
|
|
"template": "Input: {input}\nOutput: {output}"
|
|
|
|
},
|
|
|
|
"examples": [
|
|
|
|
{"input": "happy", "output": "sad"},
|
|
|
|
{"input": "tall", "output": "short"}
|
|
|
|
],
|
|
|
|
"suffix": "Input: {adjective}\nOutput:"
|
|
|
|
}
|