gemini-prompt-expander-mellon / mellon_pipeline_config.json
YiYiXu's picture
YiYiXu HF Staff
Upload MellonPipelineConfig
a9c2dca verified
raw
history blame
738 Bytes
{
"label": "Gemini Prompt Expander",
"default_repo": "",
"default_dtype": "",
"node_params": {
"custom": {
"params": {
"prompt": {
"label": "Prompt",
"type": "custom",
"display": "output"
},
"old_prompt": {
"label": "Old Prompt",
"type": "custom",
"display": "output"
},
"doc": {
"label": "Doc",
"type": "string",
"display": "output"
}
},
"input_names": [
"prompt"
],
"model_input_names": [],
"output_names": [
"prompt",
"old_prompt",
"doc"
],
"block_name": "custom",
"node_type": "custom"
}
}
}