gemini-prompt-expander-mellon / mellon_pipeline_config.json
YiYiXu's picture
YiYiXu HF Staff
Update mellon_pipeline_config.json
dd4a2ed verified
raw
history blame contribute delete
743 Bytes
{
"label": "Gemini Prompt Expander",
"default_repo": "",
"default_dtype": "",
"node_params": {
"custom": {
"params": {
"prompt": {
"label": "Prompt",
"type": "string",
"display": "textarea",
"default": ""
},
"out_prompt": {
"label": "Prompt",
"type": "string",
"display": "output"
},
"doc": {
"label": "Doc",
"type": "string",
"display": "output"
}
},
"input_names": [
"prompt"
],
"model_input_names": [],
"output_names": [
"out_prompt",
"doc"
],
"block_name": "custom",
"node_type": "custom"
}
}
}